mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

The warp at the moment is an absolute travesty, something on that tileset needs to change. Either that or we figure out something else. Everything in the Grotto is done, except for making Galarian Zapdos disappear after being defeated. At least, to my knowledge... Pokemon Tower 3F is dead until future notice - Martha said she wanted to compress the Diglett's Cave maps, though.
37 lines
696 B
NASM
37 lines
696 B
NASM
_ZapdosGuy::
|
|
text "Sometimes, a BIRD"
|
|
line "#MON with"
|
|
cont "strong legs comes"
|
|
cont "to race all the"
|
|
cont "#MON here."
|
|
done
|
|
|
|
_FakeTreeNoCut::
|
|
text "This tree can be"
|
|
line "CUT!"
|
|
done
|
|
|
|
_FakeTreePrompt::
|
|
text "This tree can be"
|
|
line "CUT!"
|
|
|
|
para "Would you like to"
|
|
line "use CUT?"
|
|
prompt
|
|
|
|
; The Cut script currently doesn't load what I want it to. Sp, I commented out the RAM and made it "you".
|
|
; For this to work, I need to make a special version of HasPartyMove.
|
|
_FakeTreeAttack::
|
|
;text_ram wcd6d
|
|
text "You tried"
|
|
line "to hack away..."
|
|
|
|
para "But it was a"
|
|
line "CACTUS!"
|
|
|
|
para "CACTUS retaliated"
|
|
line "in a rage!"
|
|
prompt
|
|
|
|
; Martha can do the text for her things...
|