Add DontTeleportWithoutFlippers
This commit is contained in:
@@ -121,6 +121,16 @@ print "End of goriya.asm ", pc
|
|||||||
incsrc "Sprites/Enemies/darknut.asm"
|
incsrc "Sprites/Enemies/darknut.asm"
|
||||||
print "End of darknut.asm ", pc
|
print "End of darknut.asm ", pc
|
||||||
|
|
||||||
|
DontTeleportWithoutFlippers:
|
||||||
|
{
|
||||||
|
LDA.l $7EF356 : BNE +
|
||||||
|
RTL
|
||||||
|
+
|
||||||
|
#_1EEEE4: LDA.b #$2E
|
||||||
|
#_1EEEE6: STA.b $11
|
||||||
|
RTL
|
||||||
|
}
|
||||||
|
|
||||||
PutRollerBeneathLink:
|
PutRollerBeneathLink:
|
||||||
{
|
{
|
||||||
JSL Sprite_OAM_AllocateDeferToPlayer
|
JSL Sprite_OAM_AllocateDeferToPlayer
|
||||||
@@ -129,6 +139,9 @@ PutRollerBeneathLink:
|
|||||||
RTL
|
RTL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
org $1EEEE4
|
||||||
|
JSL DontTeleportWithoutFlippers
|
||||||
|
|
||||||
; SpriteDraw_Roller
|
; SpriteDraw_Roller
|
||||||
org $058EE6
|
org $058EE6
|
||||||
JSL PutRollerBeneathLink
|
JSL PutRollerBeneathLink
|
||||||
|
|||||||
Reference in New Issue
Block a user