| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | item name length constant | YamaArashi | 2015-08-14 | 1 | -0/+1 | |
| | | ||||||
| * | add border constant and clear up misnomer | YamaArashi | 2015-08-14 | 2 | -4/+9 | |
| | | ||||||
| * | Named a test battle variable | YamaArashi | 2015-08-13 | 1 | -0/+3 | |
| | | ||||||
| * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 2 | -0/+21 | |
| | | ||||||
| * | Replace hardcoded name lengths with NAME_LENGTH | dannye | 2015-08-10 | 1 | -0/+2 | |
| | | ||||||
| * | No more $C8 | dannye | 2015-08-10 | 1 | -48/+53 | |
| | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||||
| * | Use constants for elevator floors | dannye | 2015-08-10 | 1 | -0/+14 | |
| | | ||||||
| * | commented audio code | YamaArashi | 2015-08-08 | 2 | -1/+39 | |
| | | ||||||
| * | constants for PrintNumber | YamaArashi | 2015-07-29 | 1 | -0/+8 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | 2015-07-26 | 2 | -4/+8 | |
| |\ | ||||||
| | * | Use more wram labels and other constants | xCrystal | 2015-07-24 | 1 | -3/+7 | |
| | | | ||||||
