aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/tms.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-6/+6
|\
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-4/+4
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * remove address commentsYamaArashi2016-06-111-2/+2
| |
| * No more W_dannye2015-08-301-1/+1
| |
* | Sync more with pokeredRangi2020-11-051-1/+1
| |
* | Sync with pokereddannye2020-11-041-1/+1
| |
* | remove address commentsYamaArashi2016-06-111-2/+2
| |
* | Clean up white spacedannye2016-06-061-1/+1
| |
* | engine/items/tms.asmluckytyphlosion2015-11-151-3/+9
| |
* | 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
* constants for flag actionsYamaArashi2015-07-191-1/+1
|
* move-related thingsYamaArashi2015-02-081-2/+2
|
* 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-7/+7
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Clean up some bank 3 functions and rename flag action functions.yenatch2014-05-251-2/+2
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+37