mirror of
https://github.com/pret/pokered.git
synced 2026-04-03 07:55:34 -05:00
19 lines
379 B
NASM
Executable File
19 lines
379 B
NASM
Executable File
UndergroundPathRoute5_Script:
|
|
ld a, ROUTE_5
|
|
ld [wLastMap], a
|
|
ret
|
|
|
|
UndergroundPathEntranceRoute5_TextScriptEndingText:
|
|
text_end
|
|
|
|
UndergroundPathRoute5_TextPointers:
|
|
dw UndergroundPathEntranceRoute5Text1
|
|
|
|
UndergroundPathEntranceRoute5Text1:
|
|
text_asm
|
|
ld a, $9
|
|
ld [wWhichTrade], a
|
|
predef DoInGameTradeDialogue
|
|
ld hl, UndergroundPathEntranceRoute5_TextScriptEndingText
|
|
ret
|