summaryrefslogtreecommitdiff
path: root/engine/overworld/map_sprites.asm
AgeCommit message (Collapse)Author
2015-11-21Comment map_sprites.asmluckytyphlosion
2015-11-21LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-15engine/menu/start_menu.asmluckytyphlosion
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-07-18fix variable namingYamaArashi
2015-06-05Fix EOL to LF to make push requests more doable.luckytyphlosion
2015-05-17Completed home/overworld.asm with other related functionsluckytyphlosion
2015-02-08Rename some labelsYamaArashi
2015-02-07Named wram symbolsYamaArashi
2014-05-29Use VRAM constants where applicable.yenatch
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel