Update Farore Sprite and Sprite Library

This commit is contained in:
scawful
2023-05-31 11:23:05 -05:00
parent 3a42d3d2c8
commit 91be33f0ae
6 changed files with 152 additions and 225 deletions

View File

@@ -8,12 +8,12 @@ incsrc sprite_functions_hooks.asm
;==============================================================================
org $298000
org $288000
incsrc sprite_new_table.asm
;==============================================================================
org $308000
org $298000
incsrc sprite_new_functions.asm
;==============================================================================
@@ -106,7 +106,6 @@ Sprite_Farore_Main:
dw FaroreFollowPlayer
dw MakuArea_FaroreFollowPlayer
dw MakuArea_FaroreWaitForKydrog
; dw MakuArea_FaroreWalkToPosition
; 00
@@ -248,14 +247,6 @@ Sprite_Farore_Main:
RTS
}
; ; 09
; MakuArea_FaroreWalkToPosition:
; {
; %PlayAnimation(3, 4, 8)
; RTS
; }
}
;==============================================================================