summaryrefslogtreecommitdiff
path: root/constants/sprite_anim_constants.asm
AgeCommit message (Collapse)Author
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-03-05Define more struct offset constants with rsreset instead of const_defRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-02Identify an unused intro sprite animation from pokegold-spaceworldRangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-08-27GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLEmid-kid
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro.
2020-08-27Fix some constants surrounding sprite animationsmid-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-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-10Finish adding/improving labels for now.entrpntr
2020-06-03Fill out oam.asm, final cleanups for now.entrpntr
2020-06-03Label jumptable entries.entrpntr
2020-06-01Update data/sprite_anims/oam.asmlibjet
2020-06-01Update data/sprite_anims/framesets.asmlibjet
2020-05-31Add engine/events/magnet_train.asmlibjet
2020-05-31Add engine/events/field_moves.asmlibjet
2020-05-22Remove hardcoded addresses, minor cleanup of gamefreak_presents.asmentrpntr
2020-05-14Clean up battle anims, constants, and wram.entrpntr
2020-05-13Clean up engine/menus/naming_screen.asm.entrpntr
2020-05-12Cleanup of color.asm and scgb_layouts.asm.entrpntr
2020-05-11Clean up engine/menus/intro_menu.asm.entrpntr
2020-05-09Add engine/games/slot_machine.asm.entrpntr
2020-05-09Add engine/pokegear/pokegear.asm.entrpntr
2020-04-30Add engine/link/link.asm and engine/link/mystery_gift.asmentrpntr
2020-04-12Add engine/events/print_[photo|unown] and engine/pokemon/breeding.entrpntr