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