pokered/scripts/undergroundpathentranceroute5.asm
2016-06-11 17:24:04 -07:00

18 lines
359 B
NASM
Executable file

UndergroundPathEntranceRoute5Script:
ld a, ROUTE_5
ld [wLastMap], a
ret
UndergroundPathEntranceRoute5_5d6af:
db "@"
UndergroundPathEntranceRoute5TextPointers:
dw UndergroundPathEntranceRoute5Text1
UndergroundPathEntranceRoute5Text1:
TX_ASM
ld a, $9
ld [wWhichTrade], a
predef DoInGameTradeDialogue
ld hl, UndergroundPathEntranceRoute5_5d6af
ret