index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
games
/
slot_machine.asm
Age
Commit message (
Expand
)
Author
2020-11-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-11-03
More syncing with pokegold
Rangi
2020-10-30
Identify wSpriteAnimDict key constants
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-10-04
Identify more unnamed labels
Rangi
2020-08-27
Fix some constants surrounding sprite animations
mid-kid
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-05-07
Clean up some percentage values
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2020-02-13
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
mid-kid
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-09-09
Curr -> Cur
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-04-01
Fix file permissions
mid-kid
2018-03-14
Organize the engine/ directory, take 2
mid-kid