mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
30 lines
616 B
NASM
30 lines
616 B
NASM
CeruleanPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeruleanPokecenter_TextPointers:
|
|
dw CeruleanHealNurseText
|
|
dw CeruleanPokecenterText2
|
|
dw CeruleanPokecenterText3
|
|
dw CeruleanTradeNurseText
|
|
dw CeruleanPokecenterText5
|
|
|
|
CeruleanTradeNurseText:
|
|
script_cable_club_receptionist
|
|
|
|
CeruleanHealNurseText:
|
|
script_pokecenter_nurse
|
|
|
|
CeruleanPokecenterText2:
|
|
text_far _CeruleanPokecenterText2
|
|
text_end
|
|
|
|
CeruleanPokecenterText3:
|
|
text_far _CeruleanPokecenterText3
|
|
text_end
|
|
|
|
CeruleanPokecenterText5:
|
|
text_asm
|
|
callfar PokecenterChanseyText
|
|
jp TextScriptEnd
|