hi thorny

This commit is contained in:
Llinos Evans 2024-08-27 03:31:07 +01:00
parent caee1c278c
commit e7a672a3a6
3 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ ifeq ($(DEBUG),1)
RGBASMFLAGS += -E
endif
$(pokecrystal_obj): RGBASMFLAGS += -D _DEBUG
$(pokecrystal_obj): RGBASMFLAGS +=
$(pokecrystal_vc_obj): RGBASMFLAGS += -D _CRYSTAL_VC
%.patch: vc/%.constants.sym %_vc.gbc %.gbc vc/%.patch.template

View file

@ -302,7 +302,7 @@ ROMX $77
"Pokégear GFX"
"European Mail"
ROMX $78
"Debug Room"
ROMX $7b
"Battle Tower Text"
ROMX $7c

View file

@ -8,12 +8,12 @@ DebugRoom_MapScripts:
DebugPokemon1Script:
opentext
getmonname STRING_BUFFER_3, PERSIAN
getmonname STRING_BUFFER_3, MACHAMP
writetext ReceivedDebugPokemonText
playsound SFX_CAUGHT_MON
waitsfx
promptbutton
givepoke PERSIAN, 90, TM_ROCK_SMASH
givepoke MACHAMP, 90, TM_ROCK_SMASH
closetext
end