mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-22 19:07:35 -05:00
41 lines
755 B
NASM
Executable File
41 lines
755 B
NASM
Executable File
MtMoonPokecenterScript:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
MtMoonPokecenterTextPointers:
|
|
dw MtMoonHealNurseText
|
|
dw MtMoonPokecenterText2
|
|
dw MtMoonPokecenterText3
|
|
dw MagikarpSalesmanText
|
|
dw MtMoonPokecenterText5
|
|
dw MtMoonTradeNurseText
|
|
dw MtMoonPokecenterText7
|
|
|
|
MtMoonHealNurseText:
|
|
TX_POKECENTER_NURSE
|
|
|
|
MtMoonPokecenterText2:
|
|
TX_FAR _MtMoonPokecenterText1
|
|
db "@"
|
|
|
|
MtMoonPokecenterText3:
|
|
TX_FAR _MtMoonPokecenterText3
|
|
db "@"
|
|
|
|
MagikarpSalesmanText:
|
|
TX_ASM
|
|
callab MagikarpSalesman
|
|
jp TextScriptEnd
|
|
|
|
MtMoonPokecenterText5:
|
|
TX_FAR _MtMoonPokecenterText5
|
|
db "@"
|
|
|
|
MtMoonTradeNurseText:
|
|
TX_CABLE_CLUB_RECEPTIONIST
|
|
|
|
MtMoonPokecenterText7:
|
|
TX_ASM
|
|
callab PokecenterChanseyText
|
|
jp TextScriptEnd
|