index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
trainers.asm
Age
Commit message (
Collapse
)
Author
2021-01-09
Rename GetFarHalfword to GetFarWord
Rangi
Fixes #796
2020-11-17
Resolve some "???" comments
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
Harmonize home/ with pokegold
Rangi
2020-05-18
Update some routine labels, including unreferenced ones
Rangi
2019-11-03
Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵
Rangi
OBJECT_LENGTH
2019-04-08
Identify and eliminate wEngineBuffer1-5
Rangi
2018-10-11
Rename CheckTrainerBattle
mid-kid
Renamed to be more in line with our current coding standards. Hopefully this is slightly more readable.
2018-08-25
Use labels instead of constants for HRAM
Rangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-25
No space between labels and bodies
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-04-05
Use constants for bit/set/res more
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-16
map_header → map_def; map_header_2 → map_data
Remy Oukaour
2018-01-02
More unreferenced labels cleanup
xCrystal
2017-12-22
Split more code from home.asm into home/ files
Remy Oukaour