mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-22 19:07:35 -05:00
30 lines
581 B
NASM
Executable File
30 lines
581 B
NASM
Executable File
FuchsiaPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaPokecenterTextPointers:
|
|
dw FuchsiaHealNurseText
|
|
dw FuchsiaPokecenterText2
|
|
dw FuchsiaPokecenterText3
|
|
dw FuchsiaTradeNurseText
|
|
dw FuchsiaPokecenterText5
|
|
|
|
FuchsiaHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
FuchsiaPokecenterText2:
|
|
TX_FAR _FuchsiaPokecenterText1
|
|
db "@"
|
|
|
|
FuchsiaPokecenterText3:
|
|
TX_FAR _FuchsiaPokecenterText3
|
|
db "@"
|
|
|
|
FuchsiaTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|
|
|
|
FuchsiaPokecenterText5:
|
|
TX_ASM
|
|
callab PokecenterChanseyText
|
|
jp TextScriptEnd
|