aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/oam.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-232/+0
|
* sync engine code with pokeredYamaArashi2016-06-111-1/+1
|
* remove address commentsYamaArashi2016-06-111-5/+5
|
* Clean up white spacedannye2016-06-061-6/+6
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-1/+1
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-67/+94
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-94/+67
| | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-67/+94
| | | | | | misc functions Also rename pcm-related functions.
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-44/+55
|\ | | | | | | Doesn't build.
| * more movement stuffYamaArashi2015-07-151-3/+3
| |
| * commented movement stuffYamaArashi2015-07-151-43/+50
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-1/+5
| |
* | Add IsTilePassable Functionluckytyphlosion2015-05-171-0/+16
|/
* Commented more sprite and map codeYamaArashi2014-09-131-2/+2
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-5/+5
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Try to clean up PrepareOAMData.yenatch2014-05-251-0/+178