Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-11 | More syncing with pokered | dannye | |
from April 8, 2016 to present | |||
2016-06-11 | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | |
2016-06-11 | Sync with pokered | dannye | |
from August 29, 2015 to April 6, 2016 | |||
2016-06-08 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-06-06 | Split out Pikachu-related data | pikalaxalt | |
2016-06-06 | Clean up white space | dannye | |
2016-06-06 | Building no longer depends on baserom.gbc being present | dannye | |
2016-06-04 | Pikachu pics; town map entries | pikalaxalt | |
2016-06-01 | Text macros; Prize Room | pikalaxalt | |
2016-06-01 | Celadon Prize Room | pikalaxalt | |
2016-05-31 | Champion's room; resolve predefs | pikalaxalt | |
2016-05-30 | Rock Tunnel Pokecenter | pikalaxalt | |
2016-05-30 | Mt Moon Pokemon Center | pikalaxalt | |
2016-05-29 | Mt Moon B2F | pikalaxalt | |
2016-05-29 | More far text scripts | pikalaxalt | |
2016-05-28 | Oaks Lab rewrite part 5 (finish) | pikalaxalt | |
2016-05-27 | Route 24 scripts | pikalaxalt | |
2016-05-26 | Final phase 3 of Viridian City script disassembly | pikalaxalt | |
2016-05-25 | All Pikachu emotion gfx have been labeled | pikalaxalt | |
2016-05-25 | More playing around with pikapic script disasm | pikalaxalt | |
2016-05-25 | Make some sense out of the pic animations | pikalaxalt | |
2016-05-25 | More pikachu engine stuff | pikalaxalt | |
2016-05-24 | Numerous changes (see below) | pikalaxalt | |
* Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions | |||
2016-05-24 | Update hidden object functions and include them in main | pikalaxalt | |
2016-05-24 | Printer error funcs | pikalaxalt | |
2016-05-20 | Disassemble yellow sounds | pikalaxalt | |
2015-12-29 | More BankF documentation | luckytyphlosion | |
Also introduce bit direction constants and setpal macros | |||
2015-11-08 | Move data, mon header data, cry data. | luckytyphlosion | |
Also remove bmon folder | |||
2015-10-18 | Complete documentation of bank3 | luckytyphlosion | |
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||
2015-10-11 | more annotations on ModifyPikachuHappiness | PikalaxALT | |
2015-10-04 | Some bank3 documentation | luckytyphlosion | |
2015-09-27 | Bank8 audio. | luckytyphlosion | |
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | |||
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-09 | Fix typos up to end of home/audio.asm | luckytyphlosion | |
2015-08-03 | Attempt to make yellow buildable, part 7. | luckytyphlosion | |
Builds but not to baserom.gbc. | |||
2015-08-02 | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | |
Rest of unknown pointers in homebank, fix some function names. | |||
2015-08-01 | Attempt to make yellow buildable. | luckytyphlosion | |
Building Errors: Segmentation Error. | |||
2015-07-28 | fix tmlearn | yenatch | |
2015-07-26 | tmlearn macro. | luckytyphlosion | |
Also multiple_divide documentation and fix improper wram comment. | |||
2015-07-21 | Name some battle sound effects | dannye | |
2015-07-19 | jpab/jpba macros | YamaArashi | |
2015-07-18 | misc | YamaArashi | |
2015-07-18 | A few missed object constants | dannye | |
2015-07-18 | Fix object constant names | dannye | |
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Map object macro | dannye | |
closes https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Consolidate coord macros | dannye | |
2015-07-18 | Simplify map connections | dannye | |
let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length | |||
2015-07-18 | fix variable naming | YamaArashi | |
2015-07-17 | Enumerate map constants | dannye | |
closes https://github.com/iimarckus/pokered/issues/86 |