| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync with pokered | dannye | 2020-11-04 | 1 | -3235/+0 |
| | | |||||
| * | Add constant for ghost Marowak like pokered | SatoMew | 2020-09-27 | 1 | -1/+1 |
| | | |||||
| * | Sync with pokered | dannye | 2020-05-20 | 1 | -294/+294 |
| | | |||||
| * | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | sync engine code with pokered | YamaArashi | 2016-06-11 | 1 | -1/+0 |
| | | |||||
| * | remove address comments | YamaArashi | 2016-06-11 | 1 | -119/+119 |
| | | |||||
| * | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 1 | -333/+458 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 1 | -930/+971 |
| | |\ | |||||
| | * | | Sync with pokered | dannye | 2016-06-11 | 1 | -144/+276 |
| | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | ||||
| * | | | More on Pikachu emotions | pikalaxalt | 2016-06-08 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 2016-06-08 | 1 | -107/+100 |
| | | | |||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 1 | -18/+16 |
| |\| | |||||
| | * | Clean up white space | dannye | 2016-06-06 | 1 | -16/+16 |
| | | | |||||
| * | | Split out pikachu engine functions; sprite state data macros | pikalaxalt | 2016-06-06 | 1 | -1190/+1247 |
| |/ | |||||
| * | Vermilion Fan Club | pikalaxalt | 2016-05-31 | 1 | -1/+1 |
| | | |||||
| * | Pewter Pokecenter | pikalaxalt | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | Another chunk of bank 3c | pikalaxalt | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | Bank7 misc functions | luckytyphlosion | 2016-05-23 | 1 | -1/+1 |
| | | | | | Also delete gfx/intro_nido pngs (aren't used in the build) | ||||
| * | More bankF documentation. | luckytyphlosion | 2016-01-16 | 1 | -4/+4 |
| | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType | ||||
| * | More BankF documentation | luckytyphlosion | 2016-01-09 | 1 | -2/+2 |
| | | | | | AnyMoveToSelect to DoesntAffectMonText | ||||
| * | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 2015-12-31 | 1 | -3/+3 |
| | | |||||
| * | More BankF documentation | luckytyphlosion | 2015-12-29 | 1 | -2/+2 |
| | | | | | Also introduce bit direction constants and setpal macros | ||||
| * | Start disassembling bank0F (Battle) | luckytyphlosion | 2015-12-26 | 1 | -6/+6 |
| | | | | | All current findings will be located in engine/battle/core_.asm | ||||
| * | Fewer underscores in constants | luckytyphlosion | 2015-12-22 | 1 | -3/+3 |
| | | | | | dannye | ||||
| * | BankA misc functions | luckytyphlosion | 2015-11-28 | 1 | -1/+1 |
| | | | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ | ||||
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 1 | -6/+6 |
| | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS | ||||
| * | engine/menu/party_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -1/+1 |
| | | |||||
| * | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 1 | -36/+36 |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-26 | 1 | -1/+1 |
| | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | ||||
| * | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-25 | 1 | -1/+1 |
| | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | ||||
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | misc functions Also rename pcm-related functions. | ||||
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 1 | -11/+11 |
| | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | ||||
| * | More bank3 documentation | luckytyphlosion | 2015-10-17 | 1 | -1/+1 |
| | | | | | Also misc. documentation in bank3c and bank3f | ||||
| * | Fix build errors | PikalaxALT | 2015-10-11 | 1 | -3/+3 |
| | | |||||
| * | wram label renaming for pika happiness | PikalaxALT | 2015-10-11 | 1 | -11/+11 |
| | | |||||
| * | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 1 | -254/+458 |
| | | |||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -265/+252 |
| |\ | | | | | | | Doesn't build. | ||||
| | * | named battle and learn move variables | YamaArashi | 2015-08-14 | 1 | -4/+4 |
| | | | |||||
| | * | named more variables | YamaArashi | 2015-08-12 | 1 | -1/+1 |
| | | | |||||
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -6/+6 |
| | | | |||||
| | * | Replace hardcoded name lengths with NAME_LENGTH | dannye | 2015-08-10 | 1 | -10/+10 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-08-10 | 1 | -28/+23 |
| | |\ | |||||
| | | * | commented audio code | YamaArashi | 2015-08-08 | 1 | -4/+4 |
| | | | | |||||
| | | * | named wram variables | YamaArashi | 2015-08-07 | 1 | -24/+19 |
| | | | | |||||
| | * | | Replace some hardcoded data sizes | dannye | 2015-08-09 | 1 | -4/+4 |
| | |/ | |||||
| | * | Use more lb | dannye | 2015-08-05 | 1 | -16/+16 |
| | | | | | | | | | and other clean up | ||||
| | * | Rename rod functions | dannye | 2015-08-05 | 1 | -6/+6 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | 2015-07-26 | 1 | -8/+8 |
| | |\ | |||||
| | | * | Use more wram labels and other constants | xCrystal | 2015-07-24 | 1 | -8/+8 |
| | | | | |||||
| | * | | yet more naming | YamaArashi | 2015-07-25 | 1 | -9/+9 |
| | | | | |||||
