pokered/scripts/CeladonPokecenter.asm

24 lines
475 B
NASM
Raw Normal View History

CeladonPokecenter_Script:
2015-02-07 10:43:08 +00:00
call Serial_TryEstablishingExternallyClockedConnection
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
CeladonPokecenter_TextPointers:
dw CeladonHealNurseText
2014-05-18 18:19:10 +00:00
dw CeladonPokecenterText2
dw CeladonPokecenterText3
dw CeladonTradeNurseText
2014-05-18 18:19:10 +00:00
CeladonTradeNurseText:
TX_CABLE_CLUB_RECEPTIONIST
2014-05-18 18:19:10 +00:00
CeladonHealNurseText:
TX_POKECENTER_NURSE
2014-05-18 18:19:10 +00:00
CeladonPokecenterText2:
2014-05-18 18:19:10 +00:00
TX_FAR _CeladonPokecenterText2
db "@"
CeladonPokecenterText3:
2014-05-18 18:19:10 +00:00
TX_FAR _CeladonPokecenterText3
db "@"