pokered/scripts/CeruleanPokecenter.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
808 B
NASM

CeruleanPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
CeruleanPokecenter_TextPointers:
def_text_pointers
dw_const CeruleanPokecenterNurseText, TEXT_CERULEANPOKECENTER_NURSE
dw_const CeruleanPokecenterSuperNerdText, TEXT_CERULEANPOKECENTER_SUPER_NERD
dw_const CeruleanPokecenterGentlemanText, TEXT_CERULEANPOKECENTER_GENTLEMAN
dw_const CeruleanPokecenterLinkReceptionistText, TEXT_CERULEANPOKECENTER_LINK_RECEPTIONIST
CeruleanPokecenterLinkReceptionistText:
script_cable_club_receptionist
CeruleanPokecenterNurseText:
script_pokecenter_nurse
CeruleanPokecenterSuperNerdText:
text_far _CeruleanPokecenterSuperNerdText
text_end
CeruleanPokecenterGentlemanText:
text_far _CeruleanPokecenterGentlemanText
text_end