summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
AgeCommit message (Expand)Author
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14Use constants for menu flagsmid-kid
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-10Arrays end with -1, not $ffRemy Oukaour
2018-01-10Resolve #461Remy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02More unreferenced labels and unused textxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-29slot_reel offset constantsxCrystal
2017-12-29Consistently name unknown fields in macros/wram as FieldxxxCrystal
2017-12-29Clean up .Jumptable: spacesxCrystal
2017-12-28Fix accidentally renamed constantxCrystal
2017-12-28Consistent function name prefixes in slot machine codexCrystal
2017-12-28More constants and documentation in slot machinesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Change a few Unknown labelsRemy Oukaour
2017-12-24Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-09Move some gfx/misc/ files into meaningful directoriesRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2016-05-14EZChat cursor objectpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a t...pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
2016-01-04more gfx-related labelsPikalaxALT
2015-12-28trainer cardPikalaxALT
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-24writebackup --> closewindow; game corner prize vendors; othersPikalaxALT
2015-12-19More work on slots; WRAM cleanup, Move DeleterPikalaxALT
2015-12-15MenuPikalaxALT
2015-12-11card flip (checkpoint commit)PikalaxALT
2015-12-10slot machinesPikalaxALT
2015-12-05Celebi EventPikalaxALT
2015-12-02More work interpreting the sprite enginePikalaxALT
2015-12-01Break up engine/sprites.asm; address yenatch's commentsPikalaxALT
2015-11-20Annotate battle tower text bugPikalaxALT
2015-11-20bgcoordPikalaxALT
2015-11-18engine/compose_mail.asm; ldpixelPikalaxALT
2015-11-13SpriteAnimPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT