Add Brock rematch text

This commit is contained in:
MineRobber9000 2018-05-25 02:54:01 -04:00
parent ae50a4960e
commit d53a662550
2 changed files with 43 additions and 0 deletions

View File

@ -14,6 +14,7 @@ TEXT_11 EQU TEXT_10 + 1
POKEDEX_TEXT EQU TEXT_11 + 1
MOVE_NAMES EQU POKEDEX_TEXT + 1
REMATCH_TEXT EQU MOVE_NAMES + 1
INCLUDE "macros.asm"
INCLUDE "hram.asm"
@ -3200,3 +3201,7 @@ INCLUDE "text/pokedex.asm"
SECTION "Move Names", ROMX, BANK[MOVE_NAMES]
INCLUDE "text/move_names.asm"
SECTION "Rematch Text", ROMX, BANK[REMATCH_TEXT]
INCLUDE "text/rematch/brock.asm"

38
text/rematch/brock.asm Normal file
View File

@ -0,0 +1,38 @@
;ref blah "Welcome to the"
_BrockRematch_PreBattle::
text "You beat the"
line "Elite Four?"
cont "And you want"
cont "a rematch?"
para "Very well, but"
line "just know that"
cont "I'm stronger"
cont "now than ever"
cont "before!"
para "Let's go!"
done
;ref blah "Welcome to the"
_BrockRematch_EndBattle::
text "I took you"
line "for granted!"
cont "Again!"
para "I may just"
line "retire after"
cont "this defeat!"
done
_BrockRematch_AfterBattle::
text "Well, that"
line "was fun!"
para "I wish I had"
line "beat you,"
cont "though..."
para "Oh well!"
line "Goodbye!"
prompt