Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Attempt to make yellow buildable. | luckytyphlosion | |
Building Errors: Segmentation Error. | |||
2015-06-05 | Merge git://github.com/dannye/pokeyellow into dannye-master | luckytyphlosion | |
Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm | |||
2015-06-05 | Fix EOL to LF to make push requests more doable. | luckytyphlosion | |
2015-06-01 | Add newlines to EOFs | U-Daniel-PC\Daniel | |
2015-06-01 | EOL Windows->UNIX | U-Daniel-PC\Daniel | |
2015-02-08 | named misc functions | YamaArashi | |
2015-02-07 | commented menu stuff | YamaArashi | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-02-04 | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | |
2014-10-20 | Merge branch 'master' of https://github.com/dannye/pokered | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-09-26 | Enumerate hide/show constants | U-Daniel-PC\Daniel | |
2014-09-25 | Make Hide/Show objects more dynamic | U-Daniel-PC\Daniel | |
be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc. | |||
2014-09-23 | Add comments for move ids. | yenatch | |
2014-09-20 | Merge remote-tracking branch 'YamaArashi/master' | yenatch | |
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | |||
2014-09-17 | Recomment misc functions in home.asm. | yenatch | |
2014-09-17 | Enumerate move constants and add unnamed animation constants. | yenatch | |
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-06-14 | Hall of Fame sram labels and related constants. | yenatch | |
2014-06-14 | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | |
2014-06-10 | Use MAX_LEVEL instead of 100/$64 | U-Fish-PC\Daniel | |
2014-06-09 | Clean up white space | U-Fish-PC\Daniel | |
2014-06-06 | Space out monster constants to make gaps clearer. | yenatch | |
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-23 | Comment some more bank 0 functions. | yenatch | |
2014-05-23 | More complete hardware constants. Rename joypad constants. | yenatch | |
2014-05-21 | More misc relabelling | U-Fish-PC\Daniel | |
2014-05-21 | Use constants for the starter mons | 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 | Use more trainer/mon/palette constants | U-Fish-PC\Daniel | |
2014-05-12 | Finished documenting/labeling functions in the MoveEffectPointerTable. | Marcus Huderle | |
2014-04-22 | Comment in-game trade evolution. | yenatch | |
2014-04-22 | More move and effect constants. Use a constant for total move count. | yenatch | |
2014-04-16 | More move effect constants. | yenatch | |
2014-04-16 | Use bits for status constants instead of masks. | yenatch | |
2014-04-06 | Merge https://github.com/yenatch/pokered | IIMarckus | |
Conflicts: main.asm | |||
2014-04-06 | A little more map name consistency | U-Fish-PC\Daniel | |
2014-04-05 | Use dimension constants in warp data and add map name consisntency | U-Fish-PC\Daniel | |
2014-04-03 | Name the tilesets and give them constants. | yenatch | |
Also clean up the tileset macro and remove placeholders/redundant files. | |||
2014-03-30 | Use labels instead of static addresses in sound pointers. | yenatch | |
Static address substraction would wreak havoc in other memory configurations. | |||
2014-01-27 | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | |
wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | |||
2014-01-26 | added a couple of new moves constants | Adam AKA Coolboyman | |
2014-01-21 | define music constants instead of running around with ((label-$4000)/3) | yenatch | |
2013-12-27 | Credits order INCBIN and more labeling. | Marcus Huderle | |
2013-12-23 | Labeled Special Effect pointers and ids. | Marcus Huderle | |
2013-12-11 | Clean up constants | U-Fish-PC\Daniel | |