Fixed compile issue when disabling overworld debug menu (#3024)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-05-24 08:24:44 -04:00 committed by GitHub
parent b972199141
commit 84d9cd0396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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