pokered/scripts/VermilionPokecenter.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
821 B
NASM

VermilionPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
VermilionPokecenter_TextPointers:
def_text_pointers
dw_const VermilionPokecenterNurseText, TEXT_VERMILIONPOKECENTER_NURSE
dw_const VermilionPokecenterFishingGuruText, TEXT_VERMILIONPOKECENTER_FISHING_GURU
dw_const VermilionPokecenterSailorText, TEXT_VERMILIONPOKECENTER_SAILOR
dw_const VermilionPokecenterLinkReceptionistText, TEXT_VERMILIONPOKECENTER_LINK_RECEPTIONIST
VermilionPokecenterNurseText:
script_pokecenter_nurse
VermilionPokecenterFishingGuruText:
text_far _VermilionPokecenterFishingGuruText
text_end
VermilionPokecenterSailorText:
text_far _VermilionPokecenterSailorText
text_end
VermilionPokecenterLinkReceptionistText:
script_cable_club_receptionist