mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fixed compile issue when disabling overworld debug menu (#3024)
This commit is contained in:
parent
b972199141
commit
84d9cd0396
@ -1,3 +1,5 @@
|
||||
.if DEBUG_OVERWORLD_MENU == TRUE
|
||||
|
||||
Debug_ShowFieldMessageStringVar4::
|
||||
special ShowFieldMessageStringVar4
|
||||
waitmessage
|
||||
@ -109,3 +111,5 @@ Debug_SaveBlock2Size::
|
||||
|
||||
Debug_PokemonStorageSize::
|
||||
.string "{PKMN}Storage size: {STR_VAR_1}/{STR_VAR_2}.$"
|
||||
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user