Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Use ~X instead of $ff ^ X | Rangi | |
2020-10-30 | UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims | Rangi | |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi | |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid | |
Also commented the use of the field surrounding the struct initialization functions. SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1 SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2 SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3 SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4 BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1 BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2 | |||
2020-08-05 | Remove a verifiably false comment | mid-kid | |
wSpriteAnimCount starts at 0, keeps incrementing and never decrements. When it reaches $ff, the next value is 1. Its purpose is unknown, as this value is used nowhere else. | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokecrystal | Rangi | |
2020-06-15 | Use pokecrystal's sine_table macro | Rangi | |
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle | |||
2020-06-05 | Fix file permissions. | entrpntr | |
2020-06-03 | Start cleaning up. | entrpntr | |
2020-06-01 | Update data/sprite_anims/framesets.asm | libjet | |
2020-05-31 | Start on sprites.asm, partially disassemble sprite_anims.asm | libjet | |
2020-05-14 | Match pokecrystal file names and folder structure, tools updates. | entrpntr | |