Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-15 | Add table assertions to slot machine data | Rangi | |
2021-05-09 | Require rgbds 0.5.1 | Rangi | |
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB | |||
2021-04-20 | Use rgbds 0.5.0 | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-08 | Rename "dummy game" to "memory game" | Rangi | |
2020-11-01 | Make some labels more consistent | Rangi | |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi | |
2020-10-29 | Identify the remaining uses of another WRAM union | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-22 | Identify more sprite graphics and map object labels, and have consistent ↵ | Rangi | |
anonymous jumptable labels | |||
2020-10-05 | Identify more unnamed labels | Rangi | |
2020-10-04 | Identify more unnamed labels | 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-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokecrystal | Rangi | |
2020-06-14 | Update for unused wram and event flags. | entrpntr | |
2020-06-14 | Fix file permissions. | entrpntr | |
2020-06-05 | Minor cleanups, add handling for gfx. | entrpntr | |
2020-06-05 | Add engine/games/dummy_game.asm | libjet | |
2020-06-05 | Add engine/games/unown_puzzle.asm | libjet | |
2020-06-05 | Add engine/games/card_flip.asm | libjet | |
2020-05-09 | Fix labels, add PNGs. | entrpntr | |
2020-05-09 | Add engine/games/slot_machine.asm. | entrpntr | |