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 | Clean up white space | dannye | |
2016-06-06 | Clean up Makefile | dannye | |
2016-06-01 | Text macros; Prize Room | pikalaxalt | |
2016-05-23 | Bank7 misc functions | luckytyphlosion | |
Also delete gfx/intro_nido pngs (aren't used in the build) | |||
2016-05-22 | Bank11 and 14 misc functions. | luckytyphlosion | |
2015-11-28 | Bank9 misc. functions | luckytyphlosion | |
PrintMonType and SaveTrainerName | |||
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-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-14 | named battle and learn move variables | YamaArashi | |
2015-08-12 | named more variables | YamaArashi | |
2015-08-07 | named CountSetBits output variable | YamaArashi | |
2015-08-01 | Attempt to make yellow buildable, part 3 | luckytyphlosion | |
2015-08-01 | Remove (incorrect) address comments | U-Daniel-PC\Daniel | |
Conflicts: text.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-18 | fix variable naming | YamaArashi | |
2015-07-17 | money / coins hram constants | YamaArashi | |
2015-07-16 | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | |
2015-07-16 | Swap trade center and battle center | dannye | |
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||
2015-07-15 | menu stuff | YamaArashi | |
2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | |
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||
2015-04-09 | money won and trainer pic constants | xCrystal | |
2015-02-26 | Label typo | U-Daniel-PC\Daniel | |
closes https://github.com/iimarckus/pokered/issues/81 | |||
2015-02-07 | serial/trade/misc | YamaArashi | |
2014-11-04 | Fix unclosed quotes. | stag019 | |
2014-10-24 | Add more text changes from Yellow. | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-08-08 | Labelled many functions/variables | YamaArashi | |
2014-06-14 | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | |
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 | Name hidden object routines | U-Fish-PC\Daniel | |
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-16 | Clean up text labels, use move and type constants | U-Fish-PC\Daniel | |
2014-05-15 | Label a lot of unnamed text | U-Fish-PC\Daniel | |
2014-05-15 | Label graphics loading functions and CheckIfMoveIsKnown | U-Fish-PC\Daniel | |
2014-05-12 | Finished documenting/labeling functions in the MoveEffectPointerTable. | Marcus Huderle | |
2014-05-12 | Documented/labeled lots of move-effect-related stuff. | Marcus Huderle | |
2014-05-12 | Documented reflect/light screen effect function. Labeled some related text. | Marcus Huderle | |
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-24 | Get rid of more unnecessary labels in text.asm | yenatch | |
2014-01-23 | Give a : to label def _UnnamedText_ef7d | yenatch | |
2014-01-23 | Make text.asm an object | yenatch | |
2014-01-23 | Bank constants for text.asm | yenatch | |