pokered/scripts/CeladonPokecenter.asm

24 lines
491 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:
script_cable_club_receptionist
2014-05-18 18:19:10 +00:00
CeladonHealNurseText:
script_pokecenter_nurse
2014-05-18 18:19:10 +00:00
CeladonPokecenterText2:
text_far _CeladonPokecenterText2
text_end
2014-05-18 18:19:10 +00:00
CeladonPokecenterText3:
text_far _CeladonPokecenterText3
text_end