| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Use HIGH() and LOW() | Rangi | 2020-07-07 | 2 | -4/+6 | |
| | | | ||||||
| | * | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi | 2020-07-07 | 2 | -16/+23 | |
| | | | ||||||
| | * | Use labels for HRAM and VRAM | Rangi | 2020-07-06 | 1 | -0/+9 | |
| | | | ||||||
| | * | Avoid repeating the NUM_TMS value | Rangi | 2020-07-06 | 1 | -6/+8 | |
| | | | ||||||
| | * | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵ | Rangi | 2020-07-06 | 1 | -4/+35 | |
| | | | | | | | | | repeating the move names twice | |||||
| | * | TM/HM constants named after moves | Rangi | 2020-07-05 | 1 | -55/+79 | |
| | | | ||||||
| | * | Logical spacing in data/sgb/sgb_palettes.asm | Rangi | 2020-07-05 | 1 | -8/+13 | |
| | | | ||||||
| | * | Port credits command constants from pokeyellow | Rangi | 2020-07-05 | 1 | -0/+8 | |
| | | | ||||||
| | * | Use constants for damage limits in CalculateDamage | Rangi | 2020-07-05 | 1 | -0/+4 | |
| | | | | | | | | | Fixes #255 | |||||
| | * | Update map hide/show data labels | Rangi | 2020-07-05 | 1 | -0/+3 | |
| | | | | | | | | | Fixes #235 | |||||
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -6/+9 | |
| | | | ||||||
| | * | UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵ | Rangi | 2020-07-04 | 1 | -1/+2 | |
| | | | | | | | | | SET_PAL_DEFAULT | |||||
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 4 | -3/+16 | |
| | | | | | | | | | by rgbds 0.4.0) | |||||
| | * | Make suggested changes from review | Rangi | 2020-07-04 | 2 | -2/+3 | |
| | | | ||||||
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -0/+16 | |
| | | | | | | | | | To do: turn constants into labels and use ldh | |||||
| | * | tilesets.asm -> tileset_constants.asm | Rangi | 2020-07-03 | 1 | -0/+0 | |
| | | | ||||||
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 5 | -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: | Rangi | 2020-07-03 | 2 | -14/+11 | |
| | | | | | | | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | |||||
| | * | Reorganize constants/ | Rangi | 2020-07-03 | 30 | -2928/+2926 | |
| | | | | | | | | | To do: add comments associating constants with data and code | |||||
| | * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -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 graphics | Rangi | 2020-06-27 | 1 | -10/+10 | |
| | | | ||||||
| | * | Update labels to match new audio macro names | dannye | 2019-08-17 | 1 | -10/+18 | |
| | | | | | | | | | and synchronize engine_2 and engine_3 with engine_1 | |||||
| | * | Use generic names for noise instruments | dannye | 2019-07-28 | 1 | -20/+20 | |
| | | | | | | | | | coming up with satisfactory names is hard, besides this will improve compatibility with crystal | |||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | Rangi | 2019-07-07 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | 2019-04-08 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 3 | -2/+6 | |
| | |/ | ||||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 2 | -476/+476 | |
| | | | | | | | | | Polished Map | |||||
| | * | Document the origin of MissingNo's base stats. | Rangi | 2018-07-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | Updated the intro | Pokeglitch | 2018-06-22 | 4 | -10/+20 | |
| | | | ||||||
| | * | use constants for wEvosMoves size | yenatch | 2018-03-22 | 1 | -0/+5 | |
| | | | ||||||
| | * | Uppercase battle status constants | xCrystal | 2017-12-30 | 1 | -20/+20 | |
| | | | ||||||
| | * | Fix typos in comments | dannye | 2017-06-24 | 2 | -2/+2 | |
| | | | ||||||
| | * | Typo: SFX_POKEFLUE → SFX_POKEFLUTE | dannye | 2017-05-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | correct mistaken comments | YamaArashi | 2016-10-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | link battle action constants | YamaArashi | 2016-10-29 | 1 | -0/+4 | |
| | | | ||||||
| | * | Split macros.asm | dannye | 2016-07-31 | 1 | -441/+0 | |
| | | | ||||||
| | * | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 1 | -6/+6 | |
| | | | ||||||
| | * | Clean up redundant labels | dannye | 2016-07-20 | 1 | -106/+106 | |
| | | | | | | | | | fix trainer header numbering | |||||
| | * | sync text | YamaArashi | 2016-06-12 | 2 | -14/+24 | |
| | | | ||||||
| | * | crlf to lf | YamaArashi | 2016-06-11 | 1 | -441/+441 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-06-09 | 2 | -7/+0 | |
| | |\ | ||||||
| | | * | Remove the Beach House option. | IIMarckus | 2016-06-07 | 3 | -11/+0 | |
| | | | | ||||||
| | * | | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | 2016-05-30 | 2 | -1148/+256 | |
| | |/ | ||||||
| | * | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | 2016-04-06 | 1 | -12/+12 | |
| | | | ||||||
| | * | Fewer underscores in constants | dannye | 2015-12-14 | 4 | -8/+8 | |
| | | | ||||||
| | * | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | 2015-09-04 | 1 | -9/+7 | |
| | | | ||||||
| | * | No more wram_constants.asm | dannye | 2015-08-30 | 2 | -10/+2 | |
| | | | | | | | | | unfortunately, this means manually declaring the wEnemyMon1 party struct | |||||
| | * | No more W_ | dannye | 2015-08-30 | 2 | -3/+3 | |
| | | | ||||||
| | * | commented pokeball function | YamaArashi | 2015-08-29 | 1 | -0/+5 | |
| | | | ||||||
| | * | added constants for item capacity | YamaArashi | 2015-08-29 | 1 | -0/+3 | |
| | | | ||||||
