mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-13 06:21:55 -05:00
30 lines
602 B
NASM
30 lines
602 B
NASM
FuchsiaPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaPokecenter_TextPointers:
|
|
dw FuchsiaHealNurseText
|
|
dw FuchsiaPokecenterText2
|
|
dw FuchsiaPokecenterText3
|
|
dw FuchsiaTradeNurseText
|
|
dw FuchsiaPokecenterText5
|
|
|
|
FuchsiaHealNurseText:
|
|
script_pokecenter_nurse
|
|
|
|
FuchsiaPokecenterText2:
|
|
text_far _FuchsiaPokecenterText1
|
|
text_end
|
|
|
|
FuchsiaPokecenterText3:
|
|
text_far _FuchsiaPokecenterText3
|
|
text_end
|
|
|
|
FuchsiaTradeNurseText:
|
|
script_cable_club_receptionist
|
|
|
|
FuchsiaPokecenterText5:
|
|
text_asm
|
|
callfar PokecenterChanseyText
|
|
jp TextScriptEnd
|