jep-hack/data/phone/text/anthony_callee.asm
Zeta_Null 2f8a41f833 First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
2023-09-10 12:35:35 -04:00

74 lines
1.1 KiB
NASM

AnthonyAnswerPhoneText:
text "Yeah, @"
text_ram wStringBuffer3
text " the"
line "HIKER here."
para "Ah, <PLAYER>!"
done
AnthonyAnswerPhoneDayText:
text "Yeah, @"
text_ram wStringBuffer3
text " the"
line "HIKER here."
para "Ah, <PLAYER>,"
line "right?"
done
AnthonyAnswerPhoneNiteText:
text "Yeah, @"
text_ram wStringBuffer3
text " the"
line "HIKER here."
para "Ah, <PLAYER>, isn't"
line "it?"
done
AnthonyGreetText:
text "Yo, <PLAYER>?"
para "This is @"
text_ram wStringBuffer3
text_start
line "the HIKER!"
done
AnthonyGreetDayText:
text "Hey, is this"
line "<PLAYER>?"
para "This is @"
text_ram wStringBuffer3
text_start
line "the HIKER!"
done
AnthonyGreetNiteText:
text "<PLAYER>, you still"
line "awake?"
para "This is @"
text_ram wStringBuffer3
text_start
line "the HIKER!"
done
AnthonyGenericText:
text "Are your #MON"
line "as feisty as ever?"
para "My @"
text_ram wStringBuffer4
text " and"
line "me--we have energy"
para "to burn. We hike"
line "up mountains every"
para "day to work out"
line "all our energy."
done