index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
crystal_misc.asm
Age
Commit message (
Expand
)
Author
2017-12-15
Move all misc/ and unknown/ files to meaningful directories
Remy Oukaour
2017-12-11
Move the rest of gfx/misc/ into specific directories
Remy Oukaour
2017-09-23
Fix section linking
PikalaxALT
2017-03-24
Revert "Fix floating sections"
Ben10do
2017-03-15
Fix floating sections
AntonioND
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-04
HDMA transfer functions
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2015-12-14
map setup and warps
PikalaxALT
2015-11-20
Annotate battle tower text bug
PikalaxALT
2015-11-19
main.asm is now under 30k lines
PikalaxALT
2015-11-12
Map header labels, tileset constants
PikalaxALT
2015-11-11
Further split bank 4
PikalaxALT
2015-11-10
enum macros/move_anim.asm, resolve battle/anims.asm function labels
PikalaxALT
2015-11-07
more battle core labels
PikalaxALT
2015-11-01
Fix merge conflicts
PikalaxALT
2015-11-01
Sweepthrough of ClearBox arg conversion to lb
PikalaxALT
2015-10-26
merge with newest update
JimB16
2015-10-19
Move battle start animation functions to its own file
PikalaxALT
2015-10-17
Restructured functions in main.asm to resemble the home functions they clone
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-10-14
Replaced "ldtile" and "dwtile" with the "tile" equs macro
PikalaxALT
2015-09-12
found functions that determine next OTPkmn
JimB16
2015-09-10
changed more labels
JimB16
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Reverted ld_hl_pointer macro
PikalaxALT
2015-07-20
More label updates, moved predefs to new file
PikalaxALT
2015-06-23
Organized the primary tileset palettes.
yenatch
2015-02-10
Some coord labels in misc/crystal_misc.asm.
yenatch
2015-02-06
Intro palettes.
yenatch
2015-01-01
More labels in code and some mobile datatracking.
yenatch
2014-12-29
Fix more static banks (trainers, mobile graphics).
yenatch
2014-12-28
Replace pointless $FF00+$xx with $ffxx.
yenatch
2014-12-26
Pick off references in misc/crystal_misc.asm.
yenatch
2014-07-19
Remove generated "jump sources" comments.
yenatch
2014-06-04
Use {hl,de,bc}coord macros wherever possible.
yenatch
2014-05-21
Comment music functions in home.asm.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-11-29
audio.o and misc/crystal_misc.o
yenatch