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 | Part 1 of syncing with pokered. | IIMarckus | |
2016-06-06 | Remove unused source files | dannye | |
2016-06-03 | Remaining maps in bank 1D (and the whole ROM) | pikalaxalt | |
2016-06-01 | Text macros; Prize Room | pikalaxalt | |
2016-05-31 | First four Celadon Mansion maps | pikalaxalt | |
2016-05-31 | Vermilion Fan Club | pikalaxalt | |
2016-05-30 | Cerulean Bike Shop | pikalaxalt | |
2016-05-29 | Museum 1F far text scripts | pikalaxalt | |
2016-05-28 | Oaks Lab rewrite part 4 | pikalaxalt | |
2016-05-27 | Vermilion City scripts | pikalaxalt | |
2016-05-27 | Route 25 scripts | pikalaxalt | |
2016-05-27 | Route 24 scripts | pikalaxalt | |
2016-05-26 | Final phase 3 of Viridian City script disassembly | pikalaxalt | |
2016-05-22 | Bank11 and 14 misc functions. | luckytyphlosion | |
2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | |
W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||
2015-09-03 | Make pokeyellow build correctly. | luckytyphlosion | |
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-11 | More joypad constants | dannye | |
2015-08-07 | named CountSetBits output variable | YamaArashi | |
2015-08-01 | Remove (incorrect) address comments | U-Daniel-PC\Daniel | |
Conflicts: text.asm | |||
2015-08-01 | Build only Yellow | U-Daniel-PC\Daniel | |
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm | |||
2015-08-01 | text.o | U-Daniel-PC\Daniel | |
Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm | |||
2015-07-24 | more naming variables | YamaArashi | |
2015-07-23 | clean up wram aliases | YamaArashi | |
2015-07-18 | misc | YamaArashi | |
2015-06-12 | Name the last of unnamed text | U-Daniel-PC\Daniel | |
2014-11-04 | Fix unclosed quotes. | stag019 | |
2014-10-26 | Labels for Fuji in Pokémon Tower. | IIMarckus | |
2014-10-24 | Add more text changes from Yellow. | IIMarckus | |
2014-10-17 | Add parts of the Safari Zone entrance script from Yellow. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-10 | Fix typo in previous. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-05-27 | Add macro TX_BCD for printing BCD numbers. | yenatch | |
This fixes some more static wram addresses. | |||
2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | |
For unknown addresses, use "w<address>". Label overleads are still an issue. | |||
2014-05-21 | Misc relabelling | U-Fish-PC\Daniel | |
2014-05-19 | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | |
Conflicts: main.asm text.asm text/maps/route_22.asm | |||
2014-05-18 | Pull map scripts out of main.asm | U-Fish-PC\Daniel | |
2014-05-13 | Documented/Labeled Route 22 scripts. | Marcus Huderle | |
2014-04-21 | Add labels and comments to the Fan Club. | IIMarckus | |
2014-04-19 | Improve comments/labels for Silph Co 7F. | IIMarckus | |
2014-04-19 | Label a Route 11 gatehouse script better. | IIMarckus | |
2014-04-05 | Use dimension constants in warp data and add map name consisntency | U-Fish-PC\Daniel | |
2014-01-27 | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | |
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third. | |||
2014-01-23 | Split out the rest of map text | yenatch | |
2014-01-23 | Split out route text | yenatch | |
2014-01-22 | Even more map text | yenatch | |