all_sprites cleanup
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user