Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-22 | data/pokedex_entries.asm | luckytyphlosion | |
Also fix data/evos_moves.asm address comments (off by one) | |||
2015-12-22 | Fewer underscores in constants | luckytyphlosion | |
dannye | |||
2015-12-22 | data/evos_moves.asm | luckytyphlosion | |
2015-12-22 | engine/menu/pokedex.asm | luckytyphlosion | |
Todo: fix data/pokedex_entries.asm | |||
2015-12-12 | engine/evos_moves.asm | luckytyphlosion | |
Todo: data/evos_moves.asm | |||
2015-12-06 | engine/battle/trainer_ai.asm | luckytyphlosion | |
2015-12-05 | BankD misc functions | luckytyphlosion | |
Game Corner stuff and (unused) titlescreen2.asm | |||
2015-11-22 | bg_map_attributes.asm | luckytyphlosion | |
2015-11-21 | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | |
Also replace dummy sprites and fix replace.sh to only parse .asm files | |||
2015-11-15 | engine/items/tms.asm | luckytyphlosion | |
2015-11-08 | Move data, mon header data, cry data. | luckytyphlosion | |
Also remove bmon folder | |||
2015-10-31 | Main menu functions, oak_speech.asm, some special warp functions with data, ↵ | luckytyphlosion | |
SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap | |||
2015-10-29 | AIGetTypeEffectiveness with Lorelei code | luckytyphlosion | |
Also add BattleRandom | |||
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-10-26 | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | |
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | |||
2015-10-25 | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | |
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | |||
2015-10-24 | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | |
misc functions Also rename pcm-related functions. | |||
2015-10-12 | Mass RGB translation in data/super_palettes.asm | PikalaxALT | |
2015-10-11 | engine/items/items.asm | luckytyphlosion | |
2015-10-10 | More bank3 documentation | luckytyphlosion | |
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation | |||
2015-10-04 | Some bank3 documentation | luckytyphlosion | |
2015-09-04 | engine/in_game_trades.asm | luckytyphlosion | |
2015-09-04 | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | |
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-28 | Fix bank3d so it matches baserom.gbc | luckytyphlosion | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-08-10 | Clean up data/evos_moves.asm | dannye | |
2015-08-09 | Replace some hardcoded data sizes | dannye | |
2015-08-09 | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | |
2015-08-03 | Attempt to make Yellow buildable, part 6. | luckytyphlosion | |
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, part 2. | luckytyphlosion | |
2015-08-01 | Attempt to make yellow buildable. | luckytyphlosion | |
Building Errors: Segmentation Error. | |||
2015-07-27 | Merge branch 'master' of https://github.com/luckytyphlosion/pokered | dannye | |
2015-07-26 | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | |
2015-07-26 | More bugfixes. | luckytyphlosion | |
Fix some tm compatibility issues. | |||
2015-07-26 | Bugfixes. | luckytyphlosion | |
Fix some building issues and multiply_divide.asm | |||
2015-07-26 | tmlearn macro. | luckytyphlosion | |
Also multiple_divide documentation and fix improper wram comment. | |||
2015-07-24 | named animation functions/variables | YamaArashi | |
2015-07-24 | Use more wram labels and other constants | xCrystal | |
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 | 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 | Clean up map connections | dannye | |
closes https://github.com/iimarckus/pokered/issues/85 | |||
2015-07-17 | Enumerate map constants | dannye | |
closes https://github.com/iimarckus/pokered/issues/86 | |||
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-14 | Use more *Coord | dannye | |
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||
2015-07-07 | Bank3d addresses and fixes. | luckytyphlosion | |
Also documentation of new super rod code and slight more documentation of multiply_divide.asm |