all_sprites cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
InCutScene = $7EF303
|
||||
|
||||
; Player2JoypadReturn
|
||||
org $0083F8
|
||||
LDA InCutScene : BEQ .notInCutscene
|
||||
STZ $F0
|
||||
@@ -8,9 +9,7 @@ LDA InCutScene : BEQ .notInCutscene
|
||||
STZ $F6
|
||||
STZ $F8
|
||||
STZ $FA ; kill all input
|
||||
|
||||
.notInCutscene
|
||||
|
||||
RTS
|
||||
|
||||
warnpc $00841E
|
||||
@@ -123,8 +122,6 @@ print "End of poltergeist.asm ", pc
|
||||
incsrc "Sprites/Enemies/pols_voice.asm"
|
||||
print "End of pols_voice.asm ", pc
|
||||
|
||||
|
||||
|
||||
incsrc "Sprites/NPCs/zora_princess.asm"
|
||||
print "End of zora_princess.asm ", pc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user