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:
MementoMartha 2022-09-17 23:42:19 +01:00
parent aba9da027c
commit e5038016b0
23 changed files with 120 additions and 96 deletions

View file

@ -14,6 +14,7 @@ DiglettsCave_ScriptPointers:
DiglettsCave_TextPointers:
dw CrockyText
dw DiglettsCaveText1
DiglettsCaveTrainerHeaders:
def_trainers
@ -34,3 +35,7 @@ CrockyBattleText:
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
DiglettsCaveText1:
text_far _DiglettsCaveText1
text_end

View file

@ -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