remove duplicate sprite apply speed function

This commit is contained in:
scawful
2024-07-07 10:32:19 -04:00
parent 0979c4eb81
commit 00c59f9234
4 changed files with 5 additions and 96 deletions

View File

@@ -19,12 +19,12 @@ SprAction = $0D80 ; Indexes the action jump table
SprFrame = $0D90 ; Indexes the SprGfx for drawing
SprGfx = $0DC0 ; Determine the GFX used for the sprite
SprMiscA = $0DA0 ; Sprite_DamageFlash palette index
SprMiscA = $0DA0 ; Direction, position, or other misc usage
SprMiscB = $0DB0 ; Various usages, truly auxiliary
SprMiscC = $0DE0 ; Cardinal direction the sprite is facing
SprMiscD = $0E90 ; Pikit stolen item, misc usage
SprMiscE = $0EB0 ; Head direction 0123 -> udlr
SprMiscF = $0EC0 ;
SprMiscF = $0EC0 ;
SprMiscG = $0ED0 ;
; Used in sprite state 0x03 (falling in water)