pokered/scripts/celadonpokecenter.asm
2016-06-09 21:20:02 -04:00

23 lines
473 B
NASM
Executable file

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