mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-23 03:16:20 -05:00
30 lines
595 B
NASM
Executable File
30 lines
595 B
NASM
Executable File
CeruleanPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeruleanPokecenterTextPointers:
|
|
dw CeruleanHealNurseText
|
|
dw CeruleanPokecenterText2
|
|
dw CeruleanPokecenterText3
|
|
dw CeruleanTradeNurseText
|
|
dw CeruleanPokecenterText5
|
|
|
|
CeruleanTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|
|
|
|
CeruleanHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
CeruleanPokecenterText2:
|
|
TX_FAR _CeruleanPokecenterText2
|
|
db "@"
|
|
|
|
CeruleanPokecenterText3:
|
|
TX_FAR _CeruleanPokecenterText3
|
|
db "@"
|
|
|
|
CeruleanPokecenterText5:
|
|
TX_ASM
|
|
callab PokecenterChanseyText
|
|
jp TextScriptEnd
|