Reorganize Bank07 free space with pushpc/pullpc

This commit is contained in:
scawful
2023-05-31 11:20:59 -05:00
parent 4e2fbb41b5
commit cda7295783
6 changed files with 96 additions and 113 deletions

View File

@@ -13,6 +13,10 @@ org $078028
; =============================================================================
; Link Sprite hook
org $008A01
LDA $BC
org $008827
JSL StartupMasks
@@ -24,8 +28,8 @@ org $1BEDF9
org $1BEE1B
JSL Palette_ArmorAndGloves_part_two
RTL
org $278000
org $3A8000
StartupMasks:
{
; from vanilla:
@@ -40,9 +44,6 @@ StartupMasks:
; =============================================================================
org $398000
Palette_ArmorAndGloves:
{
LDA $02B2 : CMP #$01 : BEQ .deku_mask
@@ -161,6 +162,8 @@ Overworld_CgramAuxToMain_Override:
RTL
}
; =============================================================================
org $02C769
Overworld_CgramAuxToMain:
{
@@ -168,8 +171,4 @@ Overworld_CgramAuxToMain:
RTS
}
; no glove color (don't think this does anything?)
org $0DEE24
db $80
; =============================================================================