aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/movement.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename some labelsYamaArashi2015-02-081-2/+2
|
* Named wram symbolsYamaArashi2015-02-071-2/+2
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-6/+8
|
* Add comments regarding menus and spritesYamaArashi2014-09-081-7/+10
|
* Commented functionYamaArashi2014-07-281-4/+4
| | | | | - Named and commented Func_4c70. - Removed gfx/diagonal_lines.png, which is not actually graphics.
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-2/+1
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-2/+1
|
* Remove generated "indirect jump" comments.yenatch2014-06-161-1/+1
| | | | The destination is obvious when using the predef macro.
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-41/+41
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Split out overworld object movement.yenatch2014-05-251-0/+858