mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
e3e0bcd653
Name a lot of text labels according to our conventions
45 lines
678 B
NASM
45 lines
678 B
NASM
KenjiAnswerPhoneText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "morning, hey?"
|
|
done
|
|
|
|
KenjiAnswerPhoneDayText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "weather, hey?"
|
|
done
|
|
|
|
KenjiAnswerPhoneNiteText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "moonlight, hey?"
|
|
done
|
|
|
|
KenjiGreetText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
KenjiGreetDayText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
KenjiGreetNiteText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|