mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 07:32:40 -05:00
24 lines
473 B
NASM
Executable File
24 lines
473 B
NASM
Executable File
FuchsiaPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaPokecenterTextPointers:
|
|
dw FuchsiaHealNurseText
|
|
dw FuchsiaPokecenterText2
|
|
dw FuchsiaPokecenterText3
|
|
dw FuchsiaTradeNurseText
|
|
|
|
FuchsiaHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
FuchsiaPokecenterText2:
|
|
TX_FAR _FuchsiaPokecenterText1
|
|
db "@"
|
|
|
|
FuchsiaPokecenterText3:
|
|
TX_FAR _FuchsiaPokecenterText3
|
|
db "@"
|
|
|
|
FuchsiaTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|