| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-11-04 | Sync with pokered | dannye | 1 | -3235/+0 | |
| 2020-09-27 | Add constant for ghost Marowak like pokered | SatoMew | 1 | -1/+1 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 1 | -2986/+0 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 1 | -3/+3 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-06-23 | Move more tables from engine/ to data/ | Rangi | 1 | -4/+1 | |
| This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| 2020-05-20 | Sync with pokered | dannye | 1 | -294/+294 | |
| 2019-07-27 | Update audio macro names | dannye | 1 | -3/+3 | |
| 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 | |||||
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 1 | -2/+2 | |
| Polished Map | |||||
| 2018-03-24 | Use rgblink dmg mode | dannye | 1 | -4/+4 | |
| 2017-12-30 | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 1 | -1136/+1136 | |
| in instructions like add a, x | |||||
| 2017-12-30 | Uppercase battle status constants | xCrystal | 1 | -6/+6 | |
| 2017-09-25 | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 1 | -1/+1 | |
| 2017-06-24 | Fix typos in comments | dannye | 1 | -1/+1 | |
| 2017-06-09 | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 1 | -1/+1 | |
| 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 | |
| 2016-07-27 | Replace unnecessary tabs with spaces | dannye | 1 | -2/+2 | |
| 2016-07-27 | Redo audio header macro | dannye | 1 | -3/+3 | |
| 2016-07-18 | Clean up text commands | dannye | 1 | -6/+8 | |
| 2016-06-12 | sync tileset WRAM labels | YamaArashi | 1 | -1/+1 | |
| 2016-06-11 | sync engine code with pokered | YamaArashi | 1 | -1/+0 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -119/+119 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -113/+113 | |
| 2016-06-11 | Sync with pokered | dannye | 1 | -144/+276 | |
| from August 29, 2015 to April 6, 2016 | |||||
| 2016-06-08 | More on Pikachu emotions | pikalaxalt | 1 | -2/+2 | |
| 2016-06-08 | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 1 | -107/+100 | |
| 2016-06-06 | Split out pikachu engine functions; sprite state data macros | pikalaxalt | 1 | -1190/+1247 | |
| 2016-06-06 | Clean up white space | dannye | 1 | -16/+16 | |
| 2016-05-31 | Vermilion Fan Club | pikalaxalt | 1 | -1/+1 | |
| 2016-05-29 | Pewter Pokecenter | pikalaxalt | 1 | -1/+1 | |
| 2016-05-29 | Another chunk of bank 3c | pikalaxalt | 1 | -1/+1 | |
| 2016-05-23 | Bank7 misc functions | luckytyphlosion | 1 | -1/+1 | |
| Also delete gfx/intro_nido pngs (aren't used in the build) | |||||
| 2016-02-21 | Remove hardcoded length values in items.asm | Marcus Huderle | 1 | -2/+2 | |
| 2016-01-16 | More bankF documentation. | luckytyphlosion | 1 | -4/+4 | |
| PrintCriticalOHKOText to AdjustDamageForMoveType | |||||
| 2016-01-09 | More BankF documentation | luckytyphlosion | 1 | -2/+2 | |
| AnyMoveToSelect to DoesntAffectMonText | |||||
| 2015-12-31 | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 1 | -3/+3 | |
| 2015-12-29 | More BankF documentation | luckytyphlosion | 1 | -2/+2 | |
| Also introduce bit direction constants and setpal macros | |||||
| 2015-12-26 | Start disassembling bank0F (Battle) | luckytyphlosion | 1 | -6/+6 | |
| All current findings will be located in engine/battle/core_.asm | |||||
| 2015-12-22 | Fewer underscores in constants | luckytyphlosion | 1 | -3/+3 | |
| dannye | |||||
| 2015-12-14 | Fewer underscores in constants | dannye | 1 | -3/+3 | |
| 2015-11-28 | BankA misc functions | luckytyphlosion | 1 | -1/+1 | |
| predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ | |||||
| 2015-11-28 | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 1 | -6/+6 | |
| Also no more W_PLAYER/ENEMYBATTSTATUS | |||||
| 2015-11-15 | engine/menu/party_menu.asm | luckytyphlosion | 1 | -1/+1 | |
| 2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 1 | -36/+36 | |
| W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||||
| 2015-10-26 | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 1 | -1/+1 | |
| functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | |||||
| 2015-10-25 | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 1 | -1/+1 | |
| functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | |||||
| 2015-10-24 | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | 1 | -1/+1 | |
| misc functions Also rename pcm-related functions. | |||||
| 2015-10-18 | Complete documentation of bank3 | luckytyphlosion | 1 | -11/+11 | |
| Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||||
| 2015-10-17 | More bank3 documentation | luckytyphlosion | 1 | -1/+1 | |
| Also misc. documentation in bank3c and bank3f | |||||
| 2015-10-11 | Fix build errors | PikalaxALT | 1 | -3/+3 | |
| 2015-10-11 | wram label renaming for pika happiness | PikalaxALT | 1 | -11/+11 | |
