pokered/text/SSAnneCaptainsRoom.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

64 lines
1.2 KiB
NASM

_SSAnneCaptainsRoomRubCaptainsBackText::
text "CAPTAIN: Ooargh..."
line "I feel hideous..."
cont "Urrp! Seasick..."
para "<PLAYER> rubbed"
line "the CAPTAIN's"
cont "back!"
para "Rub-rub..."
line "Rub-rub...@"
text_end
_SSAnneCaptainsRoomCaptainIFeelMuchBetterText::
text "CAPTAIN: Whew!"
line "Thank you! I"
cont "feel much better!"
para "You want to see"
line "my CUT technique?"
para "I could show you"
line "if I wasn't ill..."
para "I know! You can"
line "have this!"
para "Teach it to your"
line "#MON and you"
cont "can see it CUT"
cont "any time!"
prompt
_SSAnneCaptainsRoomCaptainReceivedHM01Text::
text "<PLAYER> got"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_SSAnneCaptainsRoomCaptainNotSickAnymoreText::
text "CAPTAIN: Whew!"
para "Now that I'm not"
line "sick any more, I"
cont "guess it's time."
done
_SSAnneCaptainsRoomCaptainHM01NoRoomText::
text "Oh no! You have"
line "no room for this!"
done
_SSAnneCaptainsRoomTrashText::
text "Yuck! Shouldn't"
line "have looked!"
done
_SSAnneCaptainsRoomSeasickBookText::
text "How to Conquer"
line "Seasickness..."
cont "The CAPTAIN's"
cont "reading this!"
done