mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +12:00

- Added a gate between the two halves of Route 10 on the right side of Rock Tunnel that contains the Graveler trade NPC. - Improved Faraway's encounter table. - Made the music go silent before battling both of the postgame bosses for suspense reasons. It also sounds cool. - Minor text fixes
17 lines
294 B
NASM
17 lines
294 B
NASM
CinnabarLabTradeRoom_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CinnabarLabTradeRoom_TextPointers:
|
|
dw Lab2Text1
|
|
dw CinnabarLabTrader
|
|
|
|
Lab2Text1:
|
|
text_far _Lab2Text1
|
|
text_end
|
|
|
|
CinnabarLabTrader:
|
|
text_asm
|
|
ld a, TRADE_WITH_SELF
|
|
ld [wWhichTrade], a
|
|
predef DoInGameTradeDialogue
|
|
jp TextScriptEnd |