aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/item.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-54/+0
|
* Sync with pokereddannye2020-05-201-1/+1
|
* remove address commentsYamaArashi2016-06-111-3/+3
|
* Champion's room; resolve predefspikalaxalt2016-05-311-1/+1
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-6/+6
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* more naming variablesYamaArashi2015-07-241-1/+1
|
* fix variable namingYamaArashi2015-07-181-3/+3
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-2/+2
| | | | | 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-1/+1
|
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-2/+1
|
* 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-2/+2
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Split out item fragment code.yenatch2014-05-251-0/+55