| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync with pokered | dannye | 2020-11-04 | 1 | -1116/+0 |
| | | |||||
| * | Sync with pokered | dannye | 2020-05-20 | 1 | -4/+4 |
| | | |||||
| * | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokered | dannye | 2016-06-12 | 1 | -6/+2 |
| |\ | |||||
| | * | sync engine code with pokered | YamaArashi | 2016-06-11 | 1 | -6/+2 |
| | | | |||||
| * | | Remove more address comments | dannye | 2016-06-12 | 1 | -1/+1 |
| |/ | |||||
| * | remove address comments | YamaArashi | 2016-06-11 | 1 | -53/+53 |
| | | |||||
| * | Resolve hardcoded WRAM labels in engine/printer.asm | pikalaxalt | 2016-06-05 | 1 | -20/+30 |
| | | |||||
| * | GBC palette code | YamaArashi | 2016-03-26 | 1 | -439/+347 |
| | | |||||
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 1 | -2/+2 |
| | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS | ||||
| * | bg_map_attributes.asm | luckytyphlosion | 2015-11-22 | 1 | -5/+19 |
| | | |||||
| * | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 1 | -3/+3 |
| | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | ||||
| * | Label and comment more palette functions | luckytyphlosion | 2015-10-12 | 1 | -118/+119 |
| | | | | | Also fix replace.sh | ||||
| * | Rename some palette labels. | luckytyphlosion | 2015-10-12 | 1 | -3/+3 |
| | | | | | Also add replace.sh | ||||
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 1 | -15/+15 |
| | | |||||
| * | Fixes. | luckytyphlosion | 2015-08-30 | 1 | -4/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -183/+202 |
| |\ | | | | | | | Doesn't build. | ||||
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -174/+197 |
| | | | |||||
| | * | misc | YamaArashi | 2015-07-18 | 1 | -23/+23 |
| | | | |||||
| | * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -4/+4 |
| | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | ||||
| | * | Hardcoded palette constant | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | 2015-08-09 | 1 | -12/+14 |
| | | | |||||
| * | | Attempt to make Yellow buildable, part 6. | luckytyphlosion | 2015-08-03 | 1 | -23/+48 |
| | | | |||||
| * | | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | 2015-08-02 | 1 | -2/+2 |
| | | | | | | | | | Rest of unknown pointers in homebank, fix some function names. | ||||
| * | | Attempt to make Yellow buildable, part 2. | luckytyphlosion | 2015-08-01 | 1 | -3/+5 |
| | | | |||||
| * | | Attempt to make yellow buildable. | luckytyphlosion | 2015-08-01 | 1 | -5/+6 |
| | | | | | | | | | Building Errors: Segmentation Error. | ||||
| * | | Some bank1c documentation. | luckytyphlosion | 2015-07-10 | 1 | -131/+654 |
| |/ | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels. | ||||
| * | rename hJoyHeldLast -> hJoyLast | yenatch | 2015-02-07 | 1 | -4/+3 |
| | | |||||
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -2/+2 |
| | | |||||
| * | Use macros for predef calls/jumps instead of static ids. | yenatch | 2014-06-16 | 1 | -2/+1 |
| | | |||||
| * | Rename predef functions so they aren't excessive in length. | yenatch | 2014-06-16 | 1 | -1/+1 |
| | | | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway. | ||||
| * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 1 | -2/+2 |
| | | |||||
| * | Comment SGB packets. | yenatch | 2014-06-06 | 1 | -15/+15 |
| | | |||||
| * | Use VRAM constants where applicable. | yenatch | 2014-05-29 | 1 | -2/+2 |
| | | |||||
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -43/+43 |
| | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | ||||
| * | Comment some more bank 0 functions. | yenatch | 2014-05-23 | 1 | -1/+1 |
| | | |||||
| * | Comment some bank 0 functions, and add wram labels for Predef. | yenatch | 2014-05-23 | 1 | -1/+1 |
| | | |||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 1 | -0/+620 |
