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
57 lines
777 B
NASM
57 lines
777 B
NASM
IrwinAnswerPhoneText:
|
|
text "Hello? @"
|
|
text_ram wStringBuffer3
|
|
text_start
|
|
line "here…"
|
|
|
|
para "Hey, <PLAY_G>!"
|
|
done
|
|
|
|
IrwinAnswerPhoneDayText:
|
|
text "Hello? @"
|
|
text_ram wStringBuffer3
|
|
text_start
|
|
line "here…"
|
|
|
|
para "Wow, <PLAY_G>!"
|
|
done
|
|
|
|
IrwinAnswerPhoneNiteText:
|
|
text "Hello? @"
|
|
text_ram wStringBuffer3
|
|
text_start
|
|
line "here…"
|
|
|
|
para "Yippee, <PLAY_G>!"
|
|
done
|
|
|
|
IrwinGreetText:
|
|
text "Uh, hello."
|
|
line "<PLAY_G>?"
|
|
|
|
para "It's your pal,"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
IrwinGreetDayText:
|
|
text "Uh, hello,"
|
|
line "<PLAY_G>?"
|
|
|
|
para "It's your buddy"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
IrwinGreetNiteText:
|
|
text "Uh, hello,"
|
|
line "<PLAY_G>?"
|
|
|
|
para "It's your sidekick"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|