diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-05 15:38:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-05 15:38:25 -0500 |
commit | 6eac26732a7d19e08374e7e8e6f122da38b4a395 (patch) | |
tree | 191f9348414cbb8e9eab1633501d82bd6c4f7e9e /wram.asm | |
parent | e83a5bae87d565eae14716470397df211a1fee94 (diff) |
Celebi Event
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -395,7 +395,7 @@ TilePermissions:: ; c2fe SECTION "wSpriteAnims", WRAM0 [$c300] ; wc300 - wc313 is a 10x2 dictionary. -; keys: taken from third column of Unknown_8d1c4 +; keys: taken from third column of SpriteAnimSeqData ; values: VTiles wSpriteAnimDict:: ds 10 * 2 ds wSpriteAnimDict - @ @@ -429,8 +429,8 @@ sprite_anim_struct: MACRO \1YCoord:: ds 1 ; 5 \1XOffset:: ds 1 ; 6 \1YOffset:: ds 1 ; 7 -\1FrameTimer:: ds 1 ; 8 -\1Sprite09:: ds 1 ; 9 +\1Duration:: ds 1 ; 8 +\1DurationOffset:: ds 1 ; 9 \1FrameIndex:: ds 1 ; a \1Sprite0b:: ds 1 \1Sprite0c:: ds 1 @@ -440,7 +440,7 @@ sprite_anim_struct: MACRO ENDM ; Field 0: Index -; Fields 1-3: Loaded from Unknown_8d1c4 +; Fields 1-3: Loaded from SpriteAnimSeqData wc314:: SpriteAnim1:: sprite_anim_struct SpriteAnim1 wc324:: @@ -466,7 +466,7 @@ wSpriteAnimationStructsEnd:: wc3ac:: ds 8 ; c3ac wSpriteAnimCount:: wc3b4:: ds 1 -wOAMRetentionSize:: ds 1 +wCurrSpriteOAMAddr:: ds 1 CurIcon:: ; c3b6 ds 1 |