diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-08-27 12:13:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 12:13:46 -0400 |
commit | 8d8229d2aab1b1cd06db22cc8db4fa60bc55ccc4 (patch) | |
tree | 2bfb313a0fcd311ea4234969a0783b8cf14f640c /macros/wram.asm | |
parent | d4cc9754472dc561317998a764ad6173134fb579 (diff) | |
parent | aa04a13578c3501b8e95e371e0815fbf4431ec21 (diff) |
Merge pull request #62 from mid-kid/master
Better document splash screen
Diffstat (limited to 'macros/wram.asm')
-rw-r--r-- | macros/wram.asm | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index a6ad35b9..5a1d0ea4 100644 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -342,16 +342,16 @@ sprite_anim_struct: MACRO \1DurationOffset:: db \1FrameIndex:: db \1JumptableIndex:: db -\1Field0c:: ds 1 -\1Field0d:: ds 1 -\1Field0e:: ds 1 -\1Field0f:: ds 1 +\1Var1:: ds 1 +\1Var2:: ds 1 +\1Var3:: ds 1 +\1Var4:: ds 1 ENDM battle_anim_struct: MACRO ; Placeholder until we can figure out what it all means \1Index:: db -\1Field01:: ds 1 +\1OAMFlags:: db \1Field02:: ds 1 \1FramesetID:: db \1Function:: db @@ -361,19 +361,13 @@ battle_anim_struct: MACRO \1YCoord:: db \1XOffset:: db \1YOffset:: db -\1Field0b:: ds 1 +\1Param:: db \1Duration:: db \1Frame:: db -\1AnonJumptableIndex:: db -\1Field0f:: ds 1 -\1Field10:: ds 1 -\1Field11:: ds 1 -\1Field12:: ds 1 -\1Field13:: ds 1 -\1Field14:: ds 1 -\1Field15:: ds 1 -\1Field16:: ds 1 -\1Field17:: ds 1 +\1JumptableIndex:: db +\1Var1:: db +\1Var2:: db + ds 7 ENDM battle_bg_effect: MACRO |