aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵Rangi2020-07-041-1/+2
| | | | SET_PAL_DEFAULT
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-044-3/+16
| | | | by rgbds 0.4.0)
* Make suggested changes from reviewRangi2020-07-042-2/+3
|
* Replace raw hex values with HRAM constantsRangi2020-07-031-0/+16
| | | | To do: turn constants into labels and use ldh
* tilesets.asm -> tileset_constants.asmRangi2020-07-031-0/+0
|
* Organize macros/ like pokecrystalRangi2020-07-035-6/+47
| | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
* Make suggested edits:Rangi2020-07-032-14/+11
| | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
* Reorganize constants/Rangi2020-07-0330-2928/+2926
| | | | To do: add comments associating constants with data and code
* 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/.
* Individual images for party menu icon graphicsRangi2020-06-271-10/+10
|
* Update labels to match new audio macro namesdannye2019-08-171-10/+18
| | | | and synchronize engine_2 and engine_3 with engine_1
* Use generic names for noise instrumentsdannye2019-07-281-20/+20
| | | | coming up with satisfactory names is hard, besides this will improve compatibility with crystal
* Merge branch 'master' of https://github.com/pret/pokeredRangi2019-07-071-1/+1
|\
| * Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew2019-04-081-1/+1
| |
* | Replace some hard-coded values with constantsRangi2019-07-073-2/+6
|/
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-012-476/+476
| | | | Polished Map
* Document the origin of MissingNo's base stats.Rangi2018-07-081-1/+1
|
* Updated the introPokeglitch2018-06-224-10/+20
|
* use constants for wEvosMoves sizeyenatch2018-03-221-0/+5
|
* Uppercase battle status constantsxCrystal2017-12-301-20/+20
|
* Fix typos in commentsdannye2017-06-242-2/+2
|
* Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-081-1/+1
|
* correct mistaken commentsYamaArashi2016-10-291-1/+1
|
* link battle action constantsYamaArashi2016-10-291-0/+4
|
* Split macros.asmdannye2016-07-311-441/+0
|
* Replace unnecessary tabs with spacesdannye2016-07-271-6/+6
|
* Clean up redundant labelsdannye2016-07-201-106/+106
| | | | fix trainer header numbering
* sync textYamaArashi2016-06-122-14/+24
|
* crlf to lfYamaArashi2016-06-111-441/+441
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-092-7/+0
|\
| * Remove the Beach House option.IIMarckus2016-06-073-11/+0
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-302-1148/+256
|/
* Clean up labels and trainer headers for overworld Pokémon.IIMarckus2016-04-061-12/+12
|
* Fewer underscores in constantsdannye2015-12-144-8/+8
|
* Rewrite SetEvents and ResetEvents for unlimited number of eventsPikalaxALT2015-09-041-9/+7
|
* No more wram_constants.asmdannye2015-08-302-10/+2
| | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* No more W_dannye2015-08-302-3/+3
|
* commented pokeball functionYamaArashi2015-08-291-0/+5
|
* added constants for item capacityYamaArashi2015-08-291-0/+3
|
* item name length constantYamaArashi2015-08-141-0/+1
|
* add border constant and clear up misnomerYamaArashi2015-08-142-4/+9
|
* Named a test battle variableYamaArashi2015-08-131-0/+3
|
* commented SGB palette stuffYamaArashi2015-08-122-0/+21
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-0/+2
|
* No more $C8dannye2015-08-101-48/+53
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Use constants for elevator floorsdannye2015-08-101-0/+14
|
* commented audio codeYamaArashi2015-08-082-1/+39
|
* constants for PrintNumberYamaArashi2015-07-291-0/+8
|
* Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-262-4/+8
|\
| * Use more wram labels and other constantsxCrystal2015-07-241-3/+7
| |