aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/tm_prices.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-2/+2
|
* Fix file modesdannye2020-11-141-0/+0
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
|
* TM/HM constants named after movesRangi2020-07-051-2/+2
|
* 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/.
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-1/+1
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* remove address commentsYamaArashi2016-06-111-1/+1
|
* fix variable namingYamaArashi2015-07-181-5/+4
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-3/+3
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Better documenting for GetMachinePrice and TechnicalMachinePrices.Marcus Huderle2015-01-241-4/+7
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-1/+1
| | | | | | 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/+23