aboutsummaryrefslogtreecommitdiffstats
path: root/data/items/prices.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi1-1/+1
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-1/+1
2023-11-21Rename two unused items as `ITEM_XX` like pokecrystalRangi421-2/+2
2021-05-30Eliminate unnecessary data macrosRangi1-97/+97
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+3
Fixes #312
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-1/+1
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-98/+0
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2016-06-11remove address commentsYamaArashi1-1/+1
2016-06-11remove address commentsYamaArashi1-1/+1
2015-12-22Fewer underscores in constantsluckytyphlosion1-3/+3
dannye
2015-12-14Fewer underscores in constantsdannye1-3/+3
2015-10-26Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-1/+1
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
2015-10-25Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-1/+1
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
2015-10-24data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion1-1/+1
misc functions Also rename pcm-related functions.
2015-08-10Clean up data/evos_moves.asmdannye1-14/+14
2015-02-04Added bcd macros with coins and money aliases.Marcus Huderle1-97/+97
2014-05-16Organize base stats and wild mon data (Koolboyman)U-Fish-PC\Daniel1-1/+1
2014-05-16Pull most data out of main.asmU-Fish-PC\Daniel1-0/+98