mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e3e0bcd653
Name a lot of text labels according to our conventions
44 lines
672 B
NASM
44 lines
672 B
NASM
HueyBattleRematchText:
|
|
text "Hey, I challenge"
|
|
line "you to a battle!"
|
|
|
|
para "It won't be like"
|
|
line "last time!"
|
|
|
|
para "@"
|
|
text_ram wStringBuffer5
|
|
text "'s"
|
|
line "where I'm waiting"
|
|
|
|
para "for you. Hustle"
|
|
line "over here pronto!"
|
|
done
|
|
|
|
HueyHangUpText:
|
|
text "See ya!"
|
|
done
|
|
|
|
HueyWeHaveToBattleAgainSometimeText:
|
|
text "We have to battle"
|
|
line "again sometime."
|
|
|
|
para "You can bet I'm"
|
|
line "going to keep"
|
|
|
|
para "challenging you"
|
|
line "till I win."
|
|
done
|
|
|
|
HueyReminderText:
|
|
text "Hey, you'd better"
|
|
line "not have forgotten"
|
|
cont "about our battle!"
|
|
|
|
para "@"
|
|
text_ram wStringBuffer5
|
|
text "!"
|
|
|
|
para "Hustle over quick!"
|
|
line "I'm waiting!"
|
|
done
|