index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
window.asm
Age
Commit message (
Expand
)
Author
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-06-16
ReplaceKrisSprite -> UpdatePlayerSprite
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2019-11-18
Make the map setup commands match the actual function names better
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2019-01-12
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
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-24
Remove all address comments
mid-kid
2018-04-05
Move more code from home.asm into home/
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2016-05-10
Name all functions in event/
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-04
HDMA transfer functions
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT
2015-12-22
Color fns, some more address decoding in link/mobile
PikalaxALT
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-09
opentext and breeding
PikalaxALT
2015-11-25
Rename several script commands
PikalaxALT
2015-11-11
engine/mart.asm
PikalaxALT
2015-11-04
home/copy.asm completely labeled
PikalaxALT
2015-10-24
About time I got to these functions
PikalaxALT
2015-10-17
Add commented numbers to map/group constants
PikalaxALT
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Named more specials, fixed a missing EOL
PikalaxALT
2015-07-20
More label updates, moved predefs to new file
PikalaxALT
2015-07-15
More enumeration of constants, more annotations of scripts.
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2014-02-01
Use :: to export labels between objects.
yenatch
2013-09-18
move window asm into home/window.asm
yenatch