mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 15:57:04 -05:00
24 lines
478 B
NASM
Executable File
24 lines
478 B
NASM
Executable File
RockTunnelPokecenter_Script:
|
|
call Serial_TryEstablishingExternallyClockedConnection
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
RockTunnelPokecenter_TextPointers:
|
|
dw RockTunnelHealNurseText
|
|
dw RockTunnelPokecenterText2
|
|
dw RockTunnelPokecenterText3
|
|
dw RockTunnelTradeNurseText
|
|
|
|
RockTunnelHealNurseText:
|
|
db $ff
|
|
|
|
RockTunnelPokecenterText2:
|
|
TX_FAR _RockTunnelPokecenterText2
|
|
db "@"
|
|
|
|
RockTunnelPokecenterText3:
|
|
TX_FAR _RockTunnelPokecenterText3
|
|
db "@"
|
|
|
|
RockTunnelTradeNurseText:
|
|
db $f6
|