pokered/scripts/undergroundpathentranceroute5.asm

19 lines
431 B
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
UndergroundPathEntranceRoute5Script: ; 5d6a9 (17:56a9)
ld a, ROUTE_5
ld [wLastMap], a
2014-05-18 18:19:10 +00:00
ret
UndergroundPathEntranceRoute5_5d6af: ; 5d6af (17:56af)
db "@"
UndergroundPathEntranceRoute5TextPointers: ; 5d6b0 (17:56b0)
dw UndergroundPathEntranceRoute5Text1
UndergroundPathEntranceRoute5Text1: ; 5d6b2 (17:56b2)
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
ld a, $9
ld [wWhichTrade], a
2015-02-07 10:43:08 +00:00
predef DoInGameTradeDialogue
2014-05-18 18:19:10 +00:00
ld hl, UndergroundPathEntranceRoute5_5d6af
ret