mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
19 lines
345 B
NASM
Executable file
19 lines
345 B
NASM
Executable file
UndergroundPathRoute5_Script:
|
|
ld a, ROUTE_5
|
|
ld [wLastMap], a
|
|
ret
|
|
|
|
UndergroundPathEntranceRoute5_5d6af:
|
|
db "@"
|
|
|
|
UndergroundPathRoute5_TextPointers:
|
|
dw UndergroundPathEntranceRoute5Text1
|
|
|
|
UndergroundPathEntranceRoute5Text1:
|
|
TX_ASM
|
|
ld a, $9
|
|
ld [wWhichTrade], a
|
|
predef DoInGameTradeDialogue
|
|
ld hl, UndergroundPathEntranceRoute5_5d6af
|
|
ret
|