pokered/scripts/celadonpokecenter.asm

24 lines
440 B
NASM
Raw Normal View History

CeladonPokecenterScript:
2015-02-07 10:43:08 +00:00
call Serial_TryEstablishingExternallyClockedConnection
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
CeladonPokecenterTextPointers:
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:
2014-05-18 18:19:10 +00:00
db $f6
CeladonHealNurseText:
2014-05-18 18:19:10 +00:00
db $ff
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 "@"