mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Mostly map edits and a few other tweaks
Underwater Tunnel is a new area that links Route 25 to Route 10, basically just being a straight tunnel needing Surf to traverse. Also given Seafoam Islands and Lorelei's room an unused palette that gives it a more icy feel
This commit is contained in:
parent
aba9da027c
commit
e5038016b0
23 changed files with 120 additions and 96 deletions
|
|
@ -152,7 +152,7 @@ CeladonGameCornerText2:
|
|||
xor a
|
||||
ldh [hMoney], a
|
||||
ldh [hMoney + 2], a
|
||||
ld a, $10
|
||||
ld a, $80
|
||||
ldh [hMoney + 1], a
|
||||
call HasEnoughMoney
|
||||
jr nc, .asm_48cdb
|
||||
|
|
@ -162,7 +162,7 @@ CeladonGameCornerText2:
|
|||
xor a
|
||||
ldh [hMoney], a
|
||||
ldh [hMoney + 2], a
|
||||
ld a, $10
|
||||
ld a, $80
|
||||
ldh [hMoney + 1], a
|
||||
ld hl, hMoney + 2
|
||||
ld de, wPlayerMoney + 2
|
||||
|
|
@ -170,12 +170,13 @@ CeladonGameCornerText2:
|
|||
predef SubBCDPredef
|
||||
xor a
|
||||
ldh [hUnusedCoinsByte], a
|
||||
ldh [hCoins], a
|
||||
ld a, $50
|
||||
ldh [hCoins + 1], a
|
||||
ld de, wPlayerCoins + 1
|
||||
ld hl, hCoins + 1
|
||||
ld c, $2
|
||||
ldh [hCoins + 2], a
|
||||
ld a, $05
|
||||
ldh [hCoins], a
|
||||
ld de, wPlayerCoins + 2
|
||||
ld hl, hCoins + 2
|
||||
ld c, $3
|
||||
predef AddBCDPredef
|
||||
call CeladonGameCornerScript_48f1e
|
||||
ld hl, CeladonGameCornerText_48d27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue