pokered/scripts/UndergroundPathRoute5.asm

19 lines
391 B
NASM
Raw Normal View History

UndergroundPathRoute5_Script:
ld a, ROUTE_5
ld [wLastMap], a
2014-05-18 18:19:10 +00:00
ret
UndergroundPathEntranceRoute5_TextScriptEndingText:
text_end
2014-05-18 18:19:10 +00:00
UndergroundPathRoute5_TextPointers:
2014-05-18 18:19:10 +00:00
dw UndergroundPathEntranceRoute5Text1
2016-06-12 00:24:04 +00:00
UndergroundPathEntranceRoute5Text1:
text_asm
2020-07-16 13:32:09 +00:00
ld a, TRADE_FOR_SPOT
2014-05-18 18:19:10 +00:00
ld [wWhichTrade], a
2015-02-07 10:43:08 +00:00
predef DoInGameTradeDialogue
ld hl, UndergroundPathEntranceRoute5_TextScriptEndingText
2014-05-18 18:19:10 +00:00
ret