all_sprites cleanup

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

View File

@@ -1,17 +1,16 @@
InCutScene = $7EF303 InCutScene = $7EF303
org $0083F8 ; Player2JoypadReturn
LDA InCutScene : BEQ .notInCutscene org $0083F8
LDA InCutScene : BEQ .notInCutscene
STZ $F0 STZ $F0
STZ $F2 STZ $F2
STZ $F4 STZ $F4
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