Attempt to re-write standing items using the new decompressed gfx.

Fix a few bus left over from merge
This commit is contained in:
aerinon
2023-08-23 16:06:31 -06:00
parent 2a789b04e4
commit f1dda4a8c0
6 changed files with 21 additions and 26 deletions

View File

@@ -115,7 +115,7 @@ org $B08038 ; PC 0x180038
LampConeSewers:
db $01 ; #$00 = Off - #$01 = On (default)
;--------------------------------------------------------------------------------
org $308039 ; PC 0x180039
org $B08039 ; PC 0x180039
ItemCounterHUD:
db $00 ; $00 = Off | $01 = Display TotalItemCounter / TotalItemCount display on HUD
;--------------------------------------------------------------------------------
@@ -2774,13 +2774,6 @@ dw #$0800 ; Yellow
org $B0F032
;--------------------------------------------------------------------------------
; 0x187032 - 187FFF (unused)
;--------------------------------------------------------------------------------
org $B0F010
MaxItemCounter:
dw $00D8 ; 216 default
pushpc
;--------------------------------------------------------------------------------