mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-08 06:43:11 -05:00
31 lines
952 B
NASM
31 lines
952 B
NASM
SaffronPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SaffronPokecenter_TextPointers:
|
|
def_text_pointers
|
|
dw_const SaffronPokecenterNurseText, TEXT_SAFFRONPOKECENTER_NURSE
|
|
dw_const SaffronPokecenterBeautyText, TEXT_SAFFRONPOKECENTER_BEAUTY
|
|
dw_const SaffronPokecenterGentlemanText, TEXT_SAFFRONPOKECENTER_GENTLEMAN
|
|
dw_const SaffronPokecenterLinkReceptionistText, TEXT_SAFFRONPOKECENTER_LINK_RECEPTIONIST
|
|
dw_const SaffronPokecenterChanseyText, TEXT_SAFFRONPOKECENTER_CHANSEY
|
|
|
|
SaffronPokecenterNurseText:
|
|
script_pokecenter_nurse
|
|
|
|
SaffronPokecenterBeautyText:
|
|
text_far _SaffronPokecenterBeautyText
|
|
text_end
|
|
|
|
SaffronPokecenterGentlemanText:
|
|
text_far _SaffronPokecenterGentlemanText
|
|
text_end
|
|
|
|
SaffronPokecenterLinkReceptionistText:
|
|
script_cable_club_receptionist
|
|
|
|
SaffronPokecenterChanseyText:
|
|
text_asm
|
|
callfar PokecenterChanseyText
|
|
jp TextScriptEnd
|