Fixed compile issue when disabling overworld debug menu (#3024)
This commit is contained in:
parent
b972199141
commit
84d9cd0396
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue