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

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