Skip to content

Commit b28f958

Browse files
committed
Fixed hook and shooter graphics overwriting the essence sprites
1 parent d652bab commit b28f958

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

worlds/tloz_oos/patching/asm/cross_items/seed_shooter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
# TODO: If read/write of compressed sprites is implemented, this should be replaced
210210
1b/7b00/: db $ff,$ff,$b9,$c7,$7e,$7e,$52,$6e,$34,$2C,$34,$2c,$3c,$3c,$4e,$7e,$b7,$cf,$b7,$cf,$cf,$ff,$ff,$ff,$7e,$7e,$52,$6e,$3c,$3c,$00,$00
211211
# Add the gfx entry to the interactionData
212-
3f/67fc/: db $61,$0e,$50 ; GFX_60
212+
3f/6817/: db $61,$0e,$50 ; GFX_69
213213
# TODO: If read/write of compressed sprites is implemented, a7 should be back to 86
214214
3f//treasureDisplayData_shooter: |
215215
; ember
@@ -258,4 +258,4 @@
258258
ret
259259
260260
# treasureObjectData
261-
15/5167/: db text.shooter.treasure,$60
261+
15/5167/: db text.shooter.treasure,$69

worlds/tloz_oos/patching/asm/cross_items/switch_hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@
170170
3f/6dc5/: db $a6
171171

172172
# Add the gfx entry to the interactionData
173-
3f/67f9/: db $61,$0c,$40
173+
3f/6814/: db $61,$0c,$40 ; GFX_68

worlds/tloz_oos/patching/asm/progressives.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@
196196

197197
# We have to have this cross item data there to be used in progressiveUpgrades
198198
15//treasureObjectData_switchHook: |
199-
db $38,$01,text.hook1.treasure,$5f
200-
db $38,$02,text.hook2.treasure,$5f
199+
db $38,$01,text.hook1.treasure,$68
200+
db $38,$02,text.hook2.treasure,$68

0 commit comments

Comments
 (0)