mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
hi thorny
This commit is contained in:
parent
caee1c278c
commit
e7a672a3a6
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -302,7 +302,7 @@ ROMX $77
|
|||
"Pokégear GFX"
|
||||
"European Mail"
|
||||
ROMX $78
|
||||
"Debug Room"
|
||||
|
||||
ROMX $7b
|
||||
"Battle Tower Text"
|
||||
ROMX $7c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue