pokered/scripts/CeladonPokecenter.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
782 B
NASM

CeladonPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
CeladonPokecenter_TextPointers:
def_text_pointers
dw_const CeladonPokecenterNurseText, TEXT_CELADONPOKECENTER_NURSE
dw_const CeladonPokecenterGentlemanText, TEXT_CELADONPOKECENTER_GENTLEMAN
dw_const CeladonPokecenterBeautyText, TEXT_CELADONPOKECENTER_BEAUTY
dw_const CeladonPokecenterLinkReceptionistText, TEXT_CELADONPOKECENTER_LINK_RECEPTIONIST
CeladonPokecenterLinkReceptionistText:
script_cable_club_receptionist
CeladonPokecenterNurseText:
script_pokecenter_nurse
CeladonPokecenterGentlemanText:
text_far _CeladonPokecenterGentlemanText
text_end
CeladonPokecenterBeautyText:
text_far _CeladonPokecenterBeautyText
text_end