pokeyellow/scripts/celadonpokecenter.asm
dannye 401d6e7f36 More syncing with pokered
from April 8, 2016 to present
2016-06-11 17:10:37 -05:00

30 lines
581 B
NASM
Executable File

CeladonPokecenterScript:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
CeladonPokecenterTextPointers:
dw CeladonHealNurseText
dw CeladonPokecenterText2
dw CeladonPokecenterText3
dw CeladonTradeNurseText
dw CeladonPokecenterText5
CeladonTradeNurseText:
TX_CABLE_CLUB_RECEPTIONIST
CeladonHealNurseText:
TX_POKECENTER_NURSE
CeladonPokecenterText2:
TX_FAR _CeladonPokecenterText2
db "@"
CeladonPokecenterText3:
TX_FAR _CeladonPokecenterText3
db "@"
CeladonPokecenterText5:
TX_ASM
callab PokecenterChanseyText
jp TextScriptEnd