index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
Age
Commit message (
Collapse
)
Author
2014-06-04
Use {hl,de,bc}coord macros wherever possible.
yenatch
2014-06-03
Recomment lz deecompression.
yenatch
2014-05-21
Split bank 0 battle functions into home/battle.asm.
yenatch
2014-05-21
Split bank 0 audio functions into home/audio.asm.
yenatch
2014-05-21
Comment music functions in home.asm.
yenatch
2014-05-03
Give a name to RandomRange.
yenatch
2014-03-03
Label map trigger functions in home.asm.
yenatch
2014-03-03
Map triggers and label some addresses in bank 0.
yenatch
2014-03-03
Get rid of static rom addresses in home/text.asm.
yenatch
2014-02-24
Misc bank 9 and text command $14 data.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
This fixes the build.
2014-01-26
Map setup scripts and commands
yenatch
2013-12-24
item effect incbins
yenatch
2013-12-22
no more Public in joypad interface labels
yenatch
2013-12-11
more map attribute getters and some cleanup in home/map.asm
yenatch
2013-12-11
LoadTilesetHeader
yenatch
2013-12-04
YesNoBox
yenatch
2013-12-01
shorten redundant text_jump macros
yenatch
2013-11-29
home/time.asm: fix a label def
yenatch
2013-11-27
split some more and recomment more home asm
yenatch
2013-10-25
Merge commit '946a213f' into merge-mrwint
yenatch
2013-10-25
Merge commit '66ef1838' into merge-mrwint
yenatch
Conflicts: home/map.asm
2013-10-25
Merge commit '546c17ad' into merge-mrwint
yenatch
Conflicts: engine/scripting.asm main.asm
2013-10-11
fix labels for SoundRestart and UpdateSound
yenatch
2013-10-11
relabel LoadMapGroupRoof
yenatch
2013-10-08
rename 'StartSFX' to 'PlaySFX'
yenatch
2013-10-05
* added index comments to pointer lists
Mr Wint
* added map header wram addresses * analyzed some assembly
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-18
split pokedex flag handling into home/pokedex_flags.asm
yenatch
2013-09-18
move window asm into home/window.asm
yenatch
2013-09-09
rename common/ to home/
yenatch