Rearrange extended memory bank

This commit is contained in:
scawful
2023-02-05 02:21:19 -06:00
parent dc110f3223
commit 8f1afc958b
3 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ org $07A15B
; ============================================================================= ; =============================================================================
org $328000 org $338000
LinkItem_NewBottle: LinkItem_NewBottle:
{ {
; Check if we have a bottle or not ; Check if we have a bottle or not

View File

@@ -295,7 +295,7 @@ RTL
; ============================================================================= ; =============================================================================
; Code : ; Code :
org $308000 org $398000
Palette_ArmorAndGloves: Palette_ArmorAndGloves:
{ {
LDA.b #$10 LDA.b #$10

View File

@@ -21,17 +21,17 @@
; 26 - HUD ; 26 - HUD
; 27 - Mask Routines(?) ; 27 - Mask Routines(?)
; 28 - Deku Link Code ; 28 - Deku Link Code
; 29 - Farore Sprite ; 29 - Custom Sprite Jump Table
; 30 - Palette_ArmorAndGloves ; 30 - Custom Sprite Functions
; 31 - None ; 31 - None
; 32 - Bottle / Net Item ; 32 - None
; 33 - None ; 33 - Bottle / Net Item
; 34 - Jump Feather ; 34 - Jump Feather
; 35 - Deku Link GFX ; 35 - Deku Link GFX
; 36 - Zora Link GFX ; 36 - Zora Link GFX
; 37 - Bunny Link GFX ; 37 - Bunny Link GFX
; 38 - Wolf Link GFX ; 38 - Wolf Link GFX
; 39 - None ; 39 - Palette_ArmorAndGloves
; ;
;=========================================================== ;===========================================================