pokered/scripts/FuchsiaPokecenter.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

24 lines
792 B
NASM

FuchsiaPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
FuchsiaPokecenter_TextPointers:
def_text_pointers
dw_const FuchsiaPokecenterNurseText, TEXT_FUCHSIAPOKECENTER_NURSE
dw_const FuchsiaPokecenterRockerText, TEXT_FUCHSIAPOKECENTER_ROCKER
dw_const FuchsiaPokecenterCooltrainerFText, TEXT_FUCHSIAPOKECENTER_COOLTRAINER_F
dw_const FuchsiaPokecenterLinkReceptionistText, TEXT_FUCHSIAPOKECENTER_LINK_RECEPTIONIST
FuchsiaPokecenterNurseText:
script_pokecenter_nurse
FuchsiaPokecenterRockerText:
text_far _FuchsiaPokecenterRockerText
text_end
FuchsiaPokecenterCooltrainerFText:
text_far _FuchsiaPokecenterCooltrainerFText
text_end
FuchsiaPokecenterLinkReceptionistText:
script_cable_club_receptionist