diff --git a/Sprites/Enemies/anti_kirby.asm b/Sprites/Enemies/anti_kirby.asm index b49450e..47b2d55 100644 --- a/Sprites/Enemies/anti_kirby.asm +++ b/Sprites/Enemies/anti_kirby.asm @@ -174,8 +174,8 @@ Sprite_AntiKirby_Main: JSL Sprite_DirectionToFacePlayer LDA.b $0E : CMP.b #$10 : BCS .NotDone LDA.b $0F : CMP.b #$10 : BCS .NotDone - LDA POSX : STA.w SprMiscB, X - LDA POSY : STA.w SprMiscA, X + LDA.w POSX : STA.w SprMiscB, X + LDA.w POSY : STA.w SprMiscA, X LDA.b #$0C : STA.b $4B %SetTimerA($80) LDA.b #$0A : STA.w SprFrame, X diff --git a/Sprites/NPCs/goron.asm b/Sprites/NPCs/goron.asm index 7c9428d..141c819 100644 --- a/Sprites/NPCs/goron.asm +++ b/Sprites/NPCs/goron.asm @@ -51,7 +51,7 @@ Sprite_Goron_Prep: { PHB : PHK : PLB LDA.w WORLDFLAG : BEQ + - LDA AreaIndex : CMP.b #$55 : BNE .not_sing + LDA.w AreaIndex : CMP.b #$55 : BNE .not_sing LDA.b #$04 : STA.w SprAction, X .not_sing JSL GetRandomInt : AND.b #$01 : BEQ .rand