mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
486 B
NASM
Executable file
24 lines
486 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:
|
|
text_far _RockTunnelPokecenterText2
|
|
text_end
|
|
|
|
RockTunnelPokecenterText3:
|
|
text_far _RockTunnelPokecenterText3
|
|
text_end
|
|
|
|
RockTunnelTradeNurseText:
|
|
db $f6
|