Housekeeping

This commit is contained in:
scawful
2024-11-19 20:38:49 -05:00
parent a1bbeabcee
commit ce5d9f7620
4 changed files with 13 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
; ;
; Editor View ; Editor View
; 1 2 -> 1 3 ; 1 2 -> 1 3

View File

@@ -12,7 +12,7 @@ org $05DF12
NOP NOP
org $04ECA0 org $04ECA0
STZ $0DD0,x STZ.w SprState,x
STZ $02E4 ; repeat native code overwritten by hook STZ $02E4 ; repeat native code overwritten by hook
LDA #$02 LDA #$02
STA $7EF3C5 ; store "part 2" STA $7EF3C5 ; store "part 2"

View File

@@ -192,4 +192,3 @@ Sprite_Zora_Draw:
db $02, $02 db $02, $02
db $02, $02 db $02, $02
} }