index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
map.asm
Age
Commit message (
Expand
)
Author
2020-07-13
Disassemble the final English debug ROM
Rangi
2020-06-22
Identify some more labels
Rangi
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-04-18
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Rangi
2020-04-06
hStackBank -> hTempBank
Rangi
2020-04-06
hBuffer -> hStackBank and hFarByte
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2020-02-23
Replace some "idiotic", "wtf", "stupid interns" comments with more common "us...
Rangi
2020-02-22
Small home/ reorganization
mid-kid
2020-02-13
Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes
mid-kid
2020-01-04
Merge pull request #660 from mid-kid/master
Rangi
2019-12-03
Update some labels
Rangi
2019-11-18
Make the map setup commands match the actual function names better
mid-kid
2019-11-03
Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_L...
Rangi
2019-10-21
Fix some mobile script and map sign things
mid-kid
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-06-09
Fix overworld scrolling function names
mid-kid
2019-04-19
Identify some more WRAM labels
Rangi
2019-04-09
TextBox -> Textbox
mid-kid
2019-04-08
Identify and eliminate wEngineBuffer1-5
Rangi
2019-03-03
Define constants for map event sizes
Rangi
2019-03-03
Identify more collision-related constants and data
Rangi
2019-01-30
wc7e8 -> wUnusedC7E8 (similar to wUnusedD102)
Rangi
2019-01-24
Keep "paragraphs" of related code together
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-09-09
Remove redundant comments
Rangi
2018-09-09
Curr -> Cur
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-04
Miscellaneous reorganization fixes
Rangi
2018-06-28
Add more collision nybble constants
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-04-04
Use constants for screen size in metatiles
Rangi
2018-03-19
Relabel some map-related WRAM
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-03
map → map_id; map_def → map; map_data → map_attributes
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
wStatusFlags/2 bit constants
Rangi
2018-01-19
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Remy Oukaour
2018-01-18
Compute wc7e8 size
Remy Oukaour
2018-01-17
Rename some tilesets (close #467)
Remy Oukaour
2018-01-16
map_header → map_def; map_header_2 → map_data
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-11
Use maskbits some more
Remy Oukaour
[next]