| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | League PC code, address comments for hidden_items.asm | luckytyphlosion | 2016-05-30 | 1 | -1/+1 |
| | | |||||
| * | Delete animations_.asm | luckytyphlosion | 2016-03-26 | 1 | -212/+422 |
| | | |||||
| * | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | 2016-03-17 | 1 | -64/+64 |
| | | |||||
| * | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 2015-12-31 | 1 | -11/+11 |
| | | |||||
| * | BankD misc functions | luckytyphlosion | 2015-12-05 | 1 | -34/+34 |
| | | | | | Game Corner stuff and (unused) titlescreen2.asm | ||||
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 1 | -2/+2 |
| | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS | ||||
| * | engine/menu/start_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -1/+1 |
| | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | ||||
| * | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 1 | -3/+3 |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -784/+862 |
| |\ | | | | | | | Doesn't build. | ||||
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 1 | -2/+2 |
| | | | |||||
| | * | commented audio code | YamaArashi | 2015-08-08 | 1 | -9/+9 |
| | | | |||||
| | * | named wram variables | YamaArashi | 2015-08-07 | 1 | -1/+1 |
| | | | |||||
| | * | named animation functions/variables | YamaArashi | 2015-07-24 | 1 | -416/+490 |
| | | | |||||
| | * | Name some battle sound effects | dannye | 2015-07-21 | 1 | -173/+173 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-19 | 1 | -5/+5 |
| | |\ | | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm | ||||
| | | * | misc | YamaArashi | 2015-07-18 | 1 | -5/+5 |
| | | | | |||||
| | * | | Name sound effects | dannye | 2015-07-19 | 1 | -175/+175 |
| | |/ | |||||
| | * | Consolidate coord macros | dannye | 2015-07-18 | 1 | -23/+23 |
| | | | |||||
| | * | fix variable naming | YamaArashi | 2015-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | named wram variables | YamaArashi | 2015-07-14 | 1 | -15/+17 |
| | | | |||||
| | * | hall of fame / credits | YamaArashi | 2015-07-14 | 1 | -1/+1 |
| | | | |||||
| | * | Use more screen dimension constants | dannye | 2015-07-14 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | 2015-07-14 | 1 | -32/+33 |
| | |\ | | | | | | | | | | | | | Conflicts: engine/town_map.asm | ||||
| | | * | named party menu/naming screen wram variables | YamaArashi | 2015-07-13 | 1 | -2/+2 |
| | | | | |||||
| | | * | comment slot machine | YamaArashi | 2015-07-13 | 1 | -3/+3 |
| | | | | |||||
| | | * | use constant for bg transfer dest hram var | YamaArashi | 2015-07-12 | 1 | -1/+1 |
| | | | | |||||
| | | * | shake screen functions | YamaArashi | 2015-07-12 | 1 | -4/+4 |
| | | | | |||||
| | | * | some battle animation stuff | YamaArashi | 2015-07-12 | 1 | -22/+23 |
| | | | | |||||
| | * | | Use more *Coord | dannye | 2015-07-14 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | 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 | ||||
| | * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -134/+135 |
| | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | ||||
| * | | Build only Yellow | U-Daniel-PC\Daniel | 2015-08-01 | 1 | -9/+1 |
| |/ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Rename battle files and split move effects Part 1 | xCrystal | 2015-04-01 | 1 | -13/+13 |
| | | | | | 1.asm, 4.asm, and 4_2.asm | ||||
| * | Document animation types (shake screen/blink pic) | xCrystal | 2015-03-31 | 1 | -24/+26 |
| | | |||||
| * | Label some attack animation functions | xCrystal | 2015-03-31 | 1 | -6/+8 |
| | | |||||
| * | Some wram constants | xCrystal | 2015-03-31 | 1 | -1/+1 |
| | | |||||
| * | serial/trade/misc | YamaArashi | 2015-02-07 | 1 | -69/+128 |
| | | |||||
| * | More battle sfx ids | U-Daniel-PC\Daniel | 2015-01-27 | 1 | -166/+166 |
| | | |||||
| * | Fix typo introduced in last commit. | IIMarckus | 2014-10-22 | 1 | -1/+1 |
| | | |||||
| * | Add Yellow’s slot machine graphics. | IIMarckus | 2014-10-21 | 1 | -0/+3 |
| | | |||||
| * | Kill version.asm. | IIMarckus | 2014-10-17 | 1 | -2/+2 |
| | | |||||
| * | Rename hVBlank* constants to h*. | yenatch | 2014-09-23 | 1 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'YamaArashi/master' | yenatch | 2014-09-20 | 1 | -22/+22 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | ||||
| | * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -3/+3 |
| | | | |||||
| | * | Labelled and commented mostly sprite-related things | YamaArashi | 2014-09-09 | 1 | -13/+13 |
| | | | |||||
| | * | Labelled many functions/variables | YamaArashi | 2014-08-08 | 1 | -6/+6 |
| | | | |||||
| * | | Use move animation constants instead of static values. | yenatch | 2014-09-17 | 1 | -7/+7 |
| |/ | | | | This allows new moves and animations to be added without overlap. | ||||
| * | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | 2014-06-25 | 1 | -22/+11 |
| | | | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | ||||
| * | Use macros for predef calls/jumps instead of static ids. | yenatch | 2014-06-16 | 1 | -10/+5 |
| | | |||||
| * | Remove generated "indirect jump" comments. | yenatch | 2014-06-16 | 1 | -3/+3 |
| | | | | | The destination is obvious when using the predef macro. | ||||
| * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 1 | -9/+9 |
| | | |||||
