mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-22 19:07:35 -05:00
30 lines
595 B
NASM
Executable File
30 lines
595 B
NASM
Executable File
CinnabarPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CinnabarPokecenterTextPointers:
|
|
dw CinnabarHealNurseText
|
|
dw CinnabarPokecenterText2
|
|
dw CinnabarPokecenterText3
|
|
dw CinnabarTradeNurseText
|
|
dw CinnabarPokecenterText5
|
|
|
|
CinnabarHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
CinnabarPokecenterText2:
|
|
TX_FAR _CinnabarPokecenterText2
|
|
db "@"
|
|
|
|
CinnabarPokecenterText3:
|
|
TX_FAR _CinnabarPokecenterText3
|
|
db "@"
|
|
|
|
CinnabarTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|
|
|
|
CinnabarPokecenterText5:
|
|
TX_ASM
|
|
callab PokecenterChanseyText
|
|
jp TextScriptEnd
|