| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | 5 | -10/+10 | |
| | |/ | ||||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 229 | -914/+915 | |
| | | | | | | | | | Polished Map | |||||
| | * | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | 2018-11-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 9 | -144/+144 | |
| | | | | | | | | | in instructions like add a, x | |||||
| | * | Remove duplicate OaksLabText labels | Matthew Glazar | 2017-04-02 | 1 | -22/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting. | |||||
| | * | use more HRAM constants | YamaArashi | 2016-10-29 | 1 | -4/+4 | |
| | | | ||||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Clean up redundant labels | dannye | 2016-07-20 | 69 | -560/+489 | |
| | | | | | | | | | fix trainer header numbering | |||||
| | * | Clean up text commands | dannye | 2016-07-18 | 45 | -77/+111 | |
| | | | ||||||
| | * | Remove the last address comments | dannye | 2016-06-12 | 6 | -271/+16 | |
| | | | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file | |||||
| | * | Remove some leftover address comments | dannye | 2016-06-12 | 3 | -3/+3 | |
| | | | ||||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 184 | -3622/+3622 | |
| | | | ||||||
| | * | Implement handy text macros from yellow | pikalaxalt | 2016-06-09 | 14 | -42/+46 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-06-09 | 2 | -213/+18 | |
| | |\ | ||||||
| | | * | Sync somewhat with pokeyellow. | IIMarckus | 2016-06-08 | 1 | -18/+18 | |
| | | | | ||||||
| | | * | Remove the Beach House option. | IIMarckus | 2016-06-07 | 1 | -195/+0 | |
| | | | | ||||||
| | * | | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | 2016-05-30 | 2 | -6/+9 | |
| | |/ | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-05-13 | 39 | -501/+498 | |
| | |\ | ||||||
| | | * | Clean up script labels in marts and Pokémon Centers. | IIMarckus | 2016-04-08 | 27 | -278/+276 | |
| | | | | ||||||
| | | * | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | 2016-04-06 | 12 | -223/+222 | |
| | | | | ||||||
| | * | | Macrofy sprite status data in WRA0 | PikalaxALT | 2016-01-29 | 1 | -14/+18 | |
| | |/ | ||||||
| | * | Fix game time labels | PikalaxALT | 2016-01-03 | 39 | -50/+50 | |
| | | | ||||||
| | * | Label elite four scripts more completely. | Marcus Huderle | 2015-12-18 | 5 | -100/+108 | |
| | | | ||||||
| | * | Fewer underscores in constants | dannye | 2015-12-14 | 3 | -4/+4 | |
| | | | ||||||
| | * | No more W_ | dannye | 2015-08-30 | 101 | -620/+620 | |
| | | | ||||||
| | * | use the new battle type constants | YamaArashi | 2015-08-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add constants for player and rival starters | Rangi | 2020-11-13 | 3 | -12/+12 | |
| | | | ||||||
| * | | More debug yellow | dannye | 2020-11-07 | 7 | -0/+28 | |
| | | | | | | | | | only debug menu left | |||||
| * | | Start disassembling debug yellow | dannye | 2020-11-06 | 1 | -7/+22 | |
| | | | | | | | | | non matching | |||||
| * | | Identify wSpriteStateData[12] offset uses | Rangi | 2020-11-06 | 8 | -58/+58 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 14 | -44/+21 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 4 | -48/+51 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 247 | -9234/+6863 | |
| | | | ||||||
| * | | Add constant for ghost Marowak like pokered | SatoMew | 2020-09-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-05-20 | 256 | -1734/+1676 | |
| | | | ||||||
| * | | Fix Vermilion City spelling on variable | CelestialAmber | 2020-05-03 | 1 | -3/+3 | |
| | | | ||||||
| * | | Port pull request #236 from pokered | CelestialAmber | 2020-05-03 | 1 | -39/+39 | |
| | | | ||||||
| * | | Add deobfuscation from pokered commits | Amber Brault | 2019-10-17 | 9 | -135/+135 | |
| | | | | | | | | | | | | | | | | | Remove excess linebreaks from surfing_minigame.asm This commit removes the extra line breaks added accidentally from the last commit. Add deobfuscation from pokered commits | |||||
| * | | Rename spritestatedata structs. | luckytyphlosion | 2018-11-18 | 19 | -28/+28 | |
| | | | ||||||
| * | | fix some constants | yenatch | 2018-04-01 | 1 | -1/+2 | |
| | | | ||||||
| * | | remove BANK[] and bank constants from ROMX sections | yenatch | 2018-04-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | call $3c29 -> call EnableAutoTextBoxDrawing | Zechs6437 | 2017-10-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use emotion bubble constants in map scripts. | IIMarckus | 2016-08-15 | 9 | -10/+10 | |
| | | | ||||||
| * | | Remove more address comments | dannye | 2016-06-12 | 2 | -2/+0 | |
| | | | ||||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 237 | -4550/+4560 | |
| |\ \ | ||||||
| | * | | More syncing with pokered | dannye | 2016-06-11 | 28 | -124/+124 | |
| | | | | | | | | | | | | | from April 8, 2016 to present | |||||
