cleanup goldstar
This commit is contained in:
@@ -28,8 +28,8 @@ TransferGFXinRAM:
|
|||||||
.morningstargfx
|
.morningstargfx
|
||||||
incbin morningstar.bin
|
incbin morningstar.bin
|
||||||
}
|
}
|
||||||
pushpc
|
|
||||||
|
|
||||||
|
pushpc
|
||||||
; OAM Draw Pattern for spikeball gfx
|
; OAM Draw Pattern for spikeball gfx
|
||||||
org $0085C4
|
org $0085C4
|
||||||
dw $0040
|
dw $0040
|
||||||
@@ -520,8 +520,7 @@ Routine_22DA70:
|
|||||||
|
|
||||||
Routine_22DA80:
|
Routine_22DA80:
|
||||||
{
|
{
|
||||||
LDA $7EF34A : CMP #$02
|
LDA $7EF34A : CMP #$02 : BNE + ; $22DA89
|
||||||
BNE + ; $22DA89
|
|
||||||
RTL
|
RTL
|
||||||
+
|
+
|
||||||
CMP #$01 : BEQ ++ ; $22DA93
|
CMP #$01 : BEQ ++ ; $22DA93
|
||||||
@@ -1020,9 +1019,9 @@ MaybeUploadBirdGraphicsToOam:
|
|||||||
{
|
{
|
||||||
LDY $037A : CPY #$0104 : BEQ .here
|
LDY $037A : CPY #$0104 : BEQ .here
|
||||||
LDY #$40E0 : STY $2116
|
LDY #$40E0 : STY $2116
|
||||||
JML $008B30
|
JML $008B30 ; NMI_DoUpdates
|
||||||
.here
|
.here
|
||||||
JML $008B50
|
JML $008B50 ; NMI_DoUpdates.no_update_swagduck
|
||||||
}
|
}
|
||||||
|
|
||||||
ApplyGoldstarDamageClass:
|
ApplyGoldstarDamageClass:
|
||||||
@@ -1038,7 +1037,7 @@ ApplyGoldstarDamageClass:
|
|||||||
.return
|
.return
|
||||||
PLA
|
PLA
|
||||||
.apply
|
.apply
|
||||||
JSL $06ED25 ; .apply
|
JSL $06ED25 ; Ancilla_CheckDamageToSprite_preset.apply
|
||||||
RTL
|
RTL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user