all_sprites cleanup

This commit is contained in:
scawful
2024-06-09 16:14:22 -04:00
parent 773e295188
commit bb03dfffdc

View File

@@ -1,5 +1,6 @@
InCutScene = $7EF303 InCutScene = $7EF303
; Player2JoypadReturn
org $0083F8 org $0083F8
LDA InCutScene : BEQ .notInCutscene LDA InCutScene : BEQ .notInCutscene
STZ $F0 STZ $F0
@@ -8,9 +9,7 @@ LDA InCutScene : BEQ .notInCutscene
STZ $F6 STZ $F6
STZ $F8 STZ $F8
STZ $FA ; kill all input STZ $FA ; kill all input
.notInCutscene .notInCutscene
RTS RTS
warnpc $00841E warnpc $00841E
@@ -123,8 +122,6 @@ print "End of poltergeist.asm ", pc
incsrc "Sprites/Enemies/pols_voice.asm" incsrc "Sprites/Enemies/pols_voice.asm"
print "End of pols_voice.asm ", pc print "End of pols_voice.asm ", pc
incsrc "Sprites/NPCs/zora_princess.asm" incsrc "Sprites/NPCs/zora_princess.asm"
print "End of zora_princess.asm ", pc print "End of zora_princess.asm ", pc