| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-03-20 | Replaced instances of Mon### with the Pokemon's name | bitman44 | 1 | -1/+1 | |
| 2018-03-10 | Use rgbgfx and c tools instead of the submodule. | yenatch | 2 | -7/+7 | |
| 2017-12-30 | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 36 | -4666/+4666 | |
| in instructions like add a, x | |||||
| 2017-12-30 | Uppercase battle status constants | xCrystal | 13 | -138/+138 | |
| 2017-12-02 | Replace hardcoded address offset | dannye | 1 | -1/+1 | |
| 2017-10-29 | Catch a missed hide/show ID | dannye | 1 | -1/+1 | |
| 2017-09-25 | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 20 | -34/+34 | |
| 2017-06-24 | Fix typos in comments | dannye | 15 | -33/+33 | |
| 2017-06-09 | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 13 | -19/+19 | |
| The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | |||||
| 2017-05-08 | Typo: SFX_POKEFLUE → SFX_POKEFLUTE | dannye | 1 | -2/+2 | |
| 2017-03-19 | Gave names to the functions and labels and adresses used in DivideBCD | Joe Farebrother | 1 | -72/+74 | |
| and added a few comments | |||||
| 2017-03-19 | Gave the labels in _MoveMon more descriptive names and added a few comments | Joe Farebrother | 1 | -37/+41 | |
| 2017-01-16 | fix incorrect comment | YamaArashi | 1 | -1/+1 | |
| 2017-01-07 | use actual predef label | YamaArashi | 1 | -1/+1 | |
| 2016-12-31 | use text constants in poison.asm | YamaArashi | 1 | -2/+2 | |
| 2016-12-31 | split code out of main.asm | YamaArashi | 20 | -1/+2650 | |
| 2016-10-29 | use more HRAM constants | YamaArashi | 3 | -7/+7 | |
| 2016-10-29 | correct mistaken comments | YamaArashi | 1 | -2/+2 | |
| 2016-10-29 | link battle action constants | YamaArashi | 1 | -15/+15 | |
| 2016-10-16 | correct comments about teleport effect | YamaArashi | 1 | -3/+2 | |
| 2016-09-17 | split bank 1 into files | YamaArashi | 11 | -0/+1471 | |
| 2016-09-17 | pull some bank 1 code out of main.asm | YamaArashi | 6 | -0/+479 | |
| 2016-08-08 | Better names for a few Pikachu's Beach routines | Sanqui | 1 | -6/+6 | |
| 2016-08-08 | Label some Pikachu's Beach related routines | Sanqui | 1 | -63/+63 | |
| 2016-07-27 | Replace unnecessary tabs with spaces | dannye | 2 | -9/+9 | |
| 2016-07-27 | Redo audio header macro | dannye | 6 | -10/+10 | |
| 2016-07-18 | A few missed hardcoded decimal points | dannye | 3 | -5/+5 | |
| 2016-07-18 | Clean up text commands | dannye | 29 | -67/+79 | |
| 2016-06-12 | sync text | YamaArashi | 2 | -3/+2 | |
| 2016-06-12 | remove map header addr comments | YamaArashi | 1 | -1/+1 | |
| 2016-06-12 | sync tileset WRAM labels | YamaArashi | 1 | -2/+2 | |
| 2016-06-12 | sync tileset WRAM labels | YamaArashi | 3 | -8/+8 | |
| 2016-06-12 | Remove more address comments | dannye | 30 | -204/+192 | |
| 2016-06-12 | more syncing with pokeyellow | YamaArashi | 2 | -29/+29 | |
| 2016-06-12 | sync engine code with pokeyellow | YamaArashi | 44 | -345/+380 | |
| 2016-06-12 | more syncing with pokered | YamaArashi | 1 | -1/+1 | |
| 2016-06-12 | Remove the last address comments | dannye | 12 | -32/+30 | |
| except for wram.asm and sram.asm also delete unused yellow file | |||||
| 2016-06-12 | Remove some leftover address comments | dannye | 8 | -10/+10 | |
| 2016-06-11 | sync engine code with pokered | YamaArashi | 43 | -220/+203 | |
| 2016-06-11 | remove address comments | YamaArashi | 181 | -2464/+2464 | |
| 2016-06-11 | Character dict; surfing minigame; printer debug | pikalaxalt | 23 | -1791/+1832 | |
| 2016-06-11 | remove address comments | YamaArashi | 126 | -1847/+1847 | |
| 2016-06-11 | More syncing with pokered | dannye | 1 | -2/+9 | |
| from April 8, 2016 to present | |||||
| 2016-06-11 | Sync with pokered | dannye | 24 | -248/+392 | |
| from August 29, 2015 to April 6, 2016 | |||||
| 2016-06-09 | Implement handy text macros from yellow | pikalaxalt | 2 | -2/+2 | |
| 2016-06-08 | Pikachu movement functions | pikalaxalt | 2 | -375/+386 | |
| 2016-06-08 | More on Pikachu emotions | pikalaxalt | 7 | -230/+219 | |
| 2016-06-08 | Pikapic animation function labels | pikalaxalt | 5 | -688/+244 | |
| 2016-06-08 | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 3 | -156/+145 | |
| 2016-06-08 | Is this an OAM printer? | pikalaxalt | 2 | -296/+302 | |
