index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
time.asm
Age
Commit message (
Expand
)
Author
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-05-18
Update some routine labels, including unreferenced ones
Rangi
2020-02-16
PanicResetClock -> ClearClock
mid-kid
2020-01-31
Clean up comments in home/time.asm
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-25
Remove more triple newlines
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour
2016-05-15
SPRITE_ANIM_FRAME_IDX constants
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-17
Save, Bill's PC
PikalaxALT
2015-11-10
Move some gfx files around, also clock reset fn
PikalaxALT
2015-10-24
About time I got to these functions
PikalaxALT
2015-08-20
Nail down the rest of SRAM banks 0 and 1.
yenatch
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-10
Blind wram labels part 4.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-11-29
home/time.asm: fix a label def
yenatch
2013-10-02
* make jumps and calls use labels
Mr Wint
2013-10-02
* more callab/callba macros
Mr Wint
2013-10-01
* extracted and added a bunch of assembly
Mr Wint
2013-09-09
rename common/ to home/
yenatch