Use global symbols for assembly on modern

This commit is contained in:
GriffinR
2021-03-14 19:13:23 -04:00
parent 4d1e074514
commit 077faeb1bd
5 changed files with 16 additions and 3 deletions
+4
View File
@@ -22,6 +22,10 @@ asm(".set TITLE_TEXT, gString_PokemonFireRed_Staff");
asm(".set TITLE_TEXT, gString_PokemonLeafGreen_Staff");
#endif
#if !defined(NONMATCHING) && MODERN
#define static
#endif
enum CreditsSceneIdx
{
CREDITSSCENE_INIT_WIN0 = 0,