Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | vulcandth | |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi | |
2021-03-11 | Verify script command table sizes | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-09 | Identify wBattleAnimTemp0-3 | Rangi | |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-06 | Identify battle bg effects functions and constants | Rangi | |
2020-10-05 | 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-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
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-05 | Fix file permissions. | entrpntr | |
2020-06-05 | Add a couple comments. | entrpntr | |
2020-06-05 | Add engine/battle_anims/anim_commands.asm | libjet | |