aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use HIGH() and LOW()Rangi2020-07-072-4/+6
| |
| * PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-072-16/+23
| |
| * Use labels for HRAM and VRAMRangi2020-07-061-0/+9
| |
| * Avoid repeating the NUM_TMS valueRangi2020-07-061-6/+8
| |
| * add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi2020-07-061-4/+35
| | | | | | | | repeating the move names twice
| * TM/HM constants named after movesRangi2020-07-051-55/+79
| |
| * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-051-8/+13
| |
| * Port credits command constants from pokeyellowRangi2020-07-051-0/+8
| |
| * Use constants for damage limits in CalculateDamageRangi2020-07-051-0/+4
| | | | | | | | Fixes #255
| * Update map hide/show data labelsRangi2020-07-051-0/+3
| | | | | | | | Fixes #235
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-6/+9
| |
| * 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
| |