pokered/scripts/RockTunnelPokecenter.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
830 B
NASM

RockTunnelPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
RockTunnelPokecenter_TextPointers:
def_text_pointers
dw_const RockTunnelPokecenterNurseText, TEXT_ROCKTUNNELPOKECENTER_NURSE
dw_const RockTunnelPokecenterGentlemanText, TEXT_ROCKTUNNELPOKECENTER_GENTLEMAN
dw_const RockTunnelPokecenterFisherText, TEXT_ROCKTUNNELPOKECENTER_FISHER
dw_const RockTunnelPokecenterLinkReceptionistText, TEXT_ROCKTUNNELPOKECENTER_LINK_RECEPTIONIST
RockTunnelPokecenterNurseText:
script_pokecenter_nurse
RockTunnelPokecenterGentlemanText:
text_far _RockTunnelPokecenterGentlemanText
text_end
RockTunnelPokecenterFisherText:
text_far _RockTunnelPokecenterFisherText
text_end
RockTunnelPokecenterLinkReceptionistText:
script_cable_club_receptionist