From 4f353eac07726261b3977420671c64c3addc0e12 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 27 Jul 2024 17:44:03 -0400 Subject: [PATCH] update eon scrub and eon owl oam alloc --- Sprites/Enemies/eon_scrub.asm | 2 +- Sprites/NPCs/eon_owl.asm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sprites/Enemies/eon_scrub.asm b/Sprites/Enemies/eon_scrub.asm index c77e973..0411e58 100644 --- a/Sprites/Enemies/eon_scrub.asm +++ b/Sprites/Enemies/eon_scrub.asm @@ -2,7 +2,7 @@ ; Sprite Properties ; ========================================================= !SPRID = Sprite_EonScrub -!NbrTiles = 00 ; Number of tiles used in a frame +!NbrTiles = 03 ; Number of tiles used in a frame !Harmless = 00 ; 00 = Sprite is Harmful, 01 = Sprite is Harmless !HVelocity = 00 ; Is your sprite going super fast? put 01 if it is !Health = 00 ; Number of Health the sprite have diff --git a/Sprites/NPCs/eon_owl.asm b/Sprites/NPCs/eon_owl.asm index ffa0271..8ff2b4c 100644 --- a/Sprites/NPCs/eon_owl.asm +++ b/Sprites/NPCs/eon_owl.asm @@ -3,7 +3,7 @@ ; ========================================================= !SPRID = Sprite_EonOwl -!NbrTiles = 00 ; Number of tiles used in a frame +!NbrTiles = 03 ; Number of tiles used in a frame !Harmless = 00 ; 00 = Sprite is Harmful, 01 = Sprite is Harmless !HVelocity = 00 ; Is your sprite going super fast? put 01 if it is !Health = 00 ; Number of Health the sprite have @@ -97,7 +97,7 @@ Sprite_EonOwl_Main: } - EonOwl_Flying: + EonOwl_FlyingAway: { %PlayAnimation(2,3,16) RTS