aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/trainers.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-349/+0
|
* sync engine code with pokeredYamaArashi2016-06-111-5/+5
|
* remove address commentsYamaArashi2016-06-111-10/+10
|
* Bank15 misc functionsluckytyphlosion2016-05-221-36/+36
|
* 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
* yet more namingYamaArashi2015-07-251-8/+8
|
* clean up wram aliasesYamaArashi2015-07-231-1/+1
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-12/+12
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Commented more sprite and map codeYamaArashi2014-09-131-6/+6
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-28/+30
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-1/+1
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-46/+46
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+347