index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
slot_machine.asm
Age
Commit message (
Expand
)
Author
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Change a few Unknown labels
Remy Oukaour
2017-12-24
Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
Move some gfx/misc/ files into meaningful directories
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
2017-01-16
Labels for Trainer Rankings stat tracking functions
hatschky
2016-05-14
EZChat cursor object
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2016-01-04
more gfx-related labels
PikalaxALT
2015-12-28
trainer card
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-11
card flip (checkpoint commit)
PikalaxALT
2015-12-10
slot machines
PikalaxALT
2015-12-05
Celebi Event
PikalaxALT
2015-12-02
More work interpreting the sprite engine
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-20
Annotate battle tower text bug
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-18
engine/compose_mail.asm; ldpixel
PikalaxALT
2015-11-13
SpriteAnim
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT