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
|
RGBASMFLAGS += -E
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(pokecrystal_obj): RGBASMFLAGS += -D _DEBUG
|
$(pokecrystal_obj): RGBASMFLAGS +=
|
||||||
$(pokecrystal_vc_obj): RGBASMFLAGS += -D _CRYSTAL_VC
|
$(pokecrystal_vc_obj): RGBASMFLAGS += -D _CRYSTAL_VC
|
||||||
|
|
||||||
%.patch: vc/%.constants.sym %_vc.gbc %.gbc vc/%.patch.template
|
%.patch: vc/%.constants.sym %_vc.gbc %.gbc vc/%.patch.template
|
||||||
|
|
|
@ -302,7 +302,7 @@ ROMX $77
|
||||||
"Pokégear GFX"
|
"Pokégear GFX"
|
||||||
"European Mail"
|
"European Mail"
|
||||||
ROMX $78
|
ROMX $78
|
||||||
"Debug Room"
|
|
||||||
ROMX $7b
|
ROMX $7b
|
||||||
"Battle Tower Text"
|
"Battle Tower Text"
|
||||||
ROMX $7c
|
ROMX $7c
|
||||||
|
|
|
@ -8,12 +8,12 @@ DebugRoom_MapScripts:
|
||||||
|
|
||||||
DebugPokemon1Script:
|
DebugPokemon1Script:
|
||||||
opentext
|
opentext
|
||||||
getmonname STRING_BUFFER_3, PERSIAN
|
getmonname STRING_BUFFER_3, MACHAMP
|
||||||
writetext ReceivedDebugPokemonText
|
writetext ReceivedDebugPokemonText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
promptbutton
|
promptbutton
|
||||||
givepoke PERSIAN, 90, TM_ROCK_SMASH
|
givepoke MACHAMP, 90, TM_ROCK_SMASH
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue