index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
spawn_points.asm
Age
Commit message (
Expand
)
Author
2018-03-13
Organize the engine/ directory
mid-kid
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2017-12-24
Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...
Remy Oukaour
2017-12-14
Split items/ and trainers/ into their data/ and engine/ components
Remy Oukaour
2017-12-11
Keep table labels in the same files as their contents.
Remy Oukaour
2017-12-11
Move lots of data tables into individual data/ files
Remy Oukaour
2017-12-09
Further WRAM organization
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2016-01-04
more gfx-related labels
PikalaxALT
2015-07-23
Replaced GROUP_, MAP_ references with the map macro
PikalaxALT
2015-07-23
Wild Pokemon functions and data
PikalaxALT
2015-07-20
Fix unnecessary white space and retire add_n_times
PikalaxALT
2015-07-18
Trainer data structure and field move functions
PikalaxALT
2015-07-15
More enumeration of constants, more annotations of scripts.
PikalaxALT
2015-07-13
Replace EVENT_ALWAYS_THERE with -1
PikalaxALT
2015-02-11
Split out spawn points.
yenatch