| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace .tilecoll files with tile ID db data | Rangi | 2020-06-27 | 1 | -1/+1 |
| | | |||||
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 1 | -1/+4 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | remove two whitespaces | Akatsuki-py | 2020-06-06 | 1 | -1/+1 |
| | | |||||
| * | fix SubtractAmountPaidFromMoney comment | Akatsuki-py | 2020-06-05 | 1 | -2/+2 |
| | | |||||
| * | Replace hard-coded value of CRY_SFX_START | dannye | 2020-05-29 | 1 | -2/+2 |
| | | |||||
| * | fix comment in CopyDataUntil | akatsuki-py | 2020-05-28 | 1 | -1/+1 |
| | | |||||
| * | add "hMoney + 2" label for $ffa1 | akatsuki-py | 2020-05-21 | 1 | -1/+1 |
| | | |||||
| * | Update audio macro names | dannye | 2019-07-27 | 1 | -1/+1 |
| | | | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | ||||
| * | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 1 | -2/+2 |
| | | |||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -3/+0 |
| | | | | | Polished Map | ||||
| * | Clean up pre-linkerscript remnants. | luckytyphlosion | 2018-11-18 | 1 | -15/+15 |
| | | |||||
| * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 1 | -964/+964 |
| | | | | | in instructions like add a, x | ||||
| * | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | 2017-09-29 | 1 | -3/+3 |
| |\ | | | | | Update for RGBDS 0.3.3 | ||||
| | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | 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> | ||||
| * | | Fix typos in comments | dannye | 2017-06-24 | 1 | -3/+3 |
| |/ | |||||
| * | Merge commit '52adb84' | yenatch | 2017-04-24 | 1 | -2/+2 |
| |\ | | | | | | | | | | | Revert "Fix floating sections" This reverts commit cec6e6e. | ||||
| | * | Revert "Fix floating sections" | AntonioND | 2017-03-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com> | ||||
| * | | Use correct variable in EngageMapTrainer | Matthew Glazar | 2017-04-02 | 1 | -1/+1 |
| |/ | | | | | | | | | | | EngageMapTrainer should write to wEngagedTrainerClass and wEngagedTrainerSet, not wEngagedTrainerClass and wEnemyMonAttackMod. wEnemyMonAttackMod doesn't make any sense in this context. Use the correct variable. These two variables happen to have the same address, so there is no functional difference between using wEnemyMonAttackMod versus using wEngagedTrainerSet. | ||||
| * | Fix floating sections | AntonioND | 2017-03-14 | 1 | -2/+2 |
| | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com> | ||||
| * | Fix typos | dannye | 2017-01-20 | 1 | -2/+2 |
| | | |||||
| * | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 1 | -1/+1 |
| | | |||||
| * | Redo audio header macro | dannye | 2016-07-27 | 1 | -1/+1 |
| | | |||||
| * | Clean up redundant labels | dannye | 2016-07-20 | 1 | -1/+0 |
| | | | | | fix trainer header numbering | ||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2016-07-18 | 1 | -65/+64 |
| |\ | |||||
| | * | sync home | YamaArashi | 2016-06-12 | 1 | -64/+62 |
| | | | |||||
| | * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 1 | -2/+2 |
| | | | |||||
| * | | Clean up text commands | dannye | 2016-07-18 | 1 | -4/+3 |
| |/ | |||||
| * | Remove the last address comments | dannye | 2016-06-12 | 1 | -2/+2 |
| | | | | | | except for wram.asm and sram.asm also delete unused yellow file | ||||
| * | remove address comments | YamaArashi | 2016-06-11 | 1 | -206/+206 |
| | | |||||
| * | fix typoes | YamaArashi | 2016-01-09 | 1 | -3/+3 |
| | | |||||
| * | Fix game time labels | PikalaxALT | 2016-01-03 | 1 | -1/+1 |
| | | |||||
| * | No more S_ | dannye | 2015-08-30 | 1 | -11/+11 |
| | | |||||
| * | No more W_ | dannye | 2015-08-30 | 1 | -64/+64 |
| | | |||||
| * | commented pokeball function | YamaArashi | 2015-08-29 | 1 | -3/+3 |
| | | |||||
| * | named more variables | YamaArashi | 2015-08-12 | 1 | -1/+1 |
| | | |||||
| * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -4/+4 |
| | | |||||
| * | Replace hardcoded name lengths with NAME_LENGTH | dannye | 2015-08-10 | 1 | -7/+7 |
| | | |||||
| * | No more $C8 | dannye | 2015-08-10 | 1 | -5/+5 |
| | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | ||||
| * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-08-10 | 1 | -34/+34 |
| |\ | |||||
| | * | commented audio code | YamaArashi | 2015-08-08 | 1 | -26/+26 |
| | | | |||||
| | * | fixed names | YamaArashi | 2015-08-07 | 1 | -6/+6 |
| | | | |||||
| | * | named CountSetBits output variable | YamaArashi | 2015-08-07 | 1 | -2/+2 |
| | | | |||||
| * | | Replace some hardcoded data sizes | dannye | 2015-08-09 | 1 | -6/+6 |
| |/ | |||||
| * | Use more lb | dannye | 2015-08-05 | 1 | -20/+21 |
| | | | | | and other clean up | ||||
| * | constants for PrintNumber | YamaArashi | 2015-07-29 | 1 | -9/+6 |
| | | |||||
| * | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | 2015-07-26 | 1 | -12/+12 |
| |\ | |||||
| | * | Use more wram labels and other constants | xCrystal | 2015-07-24 | 1 | -12/+12 |
| | | | |||||
| * | | yet more naming | YamaArashi | 2015-07-25 | 1 | -2/+2 |
| | | | |||||
| * | | more naming variables | YamaArashi | 2015-07-24 | 1 | -7/+7 |
| | | | |||||
| * | | named animation functions/variables | YamaArashi | 2015-07-24 | 1 | -6/+6 |
| | | | |||||
