| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | more movement stuff | YamaArashi | 2015-07-15 | 1 | -2/+7 | |
| | | | ||||||
| | * | commented movement stuff | YamaArashi | 2015-07-15 | 1 | -3/+12 | |
| | | | ||||||
| | * | named wram variables | YamaArashi | 2015-07-14 | 1 | -21/+60 | |
| | | | ||||||
| | * | hall of fame / credits | YamaArashi | 2015-07-14 | 1 | -3/+31 | |
| | | | ||||||
| | * | field moves | YamaArashi | 2015-07-14 | 1 | -3/+13 | |
| | | | ||||||
| | * | player animations, emotion bubbles, etc. | YamaArashi | 2015-07-14 | 1 | -13/+44 | |
| | | | ||||||
| | * | Comment naming screen | dannye | 2015-07-14 | 1 | -1/+2 | |
| | | | | | | | | | also use more joypad constants | |||||
| | * | named town map stuff | YamaArashi | 2015-07-13 | 1 | -0/+11 | |
| | | | ||||||
| | * | named party menu/naming screen wram variables | YamaArashi | 2015-07-13 | 1 | -1/+7 | |
| | | | ||||||
| | * | comment slot machine | YamaArashi | 2015-07-13 | 1 | -11/+98 | |
| | | | ||||||
| | * | menu wram variable names | YamaArashi | 2015-07-13 | 1 | -2/+9 | |
| | | | ||||||
| | * | movemon and removepokemon wram variables | YamaArashi | 2015-07-12 | 1 | -1/+10 | |
| | | | ||||||
| | * | named wram variables | YamaArashi | 2015-07-12 | 1 | -12/+52 | |
| | | | ||||||
| | * | shake screen functions | YamaArashi | 2015-07-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | some battle animation stuff | YamaArashi | 2015-07-12 | 1 | -2/+4 | |
| | | | ||||||
| | * | Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵ | dannye | 2015-07-05 | 1 | -9/+1 | |
| | |\ | | | | | | | | | | | | | | | | luckytyphlosion/master and related bug fixes | |||||
| | * | | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||||
| | * | | Clean up white space | U-Daniel-PC\Daniel | 2015-06-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Attempt to make pokeyellow buildable, part 8. | luckytyphlosion | 2015-08-28 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix typos up to end of home/audio.asm | luckytyphlosion | 2015-08-09 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Attempt to make yellow buildable, part 7. | luckytyphlosion | 2015-08-03 | 1 | -1/+8 | |
| | | | | | | | | | | | | | Builds but not to baserom.gbc. | |||||
| * | | | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | 2015-08-02 | 1 | -2/+9 | |
| | | | | | | | | | | | | | Rest of unknown pointers in homebank, fix some function names. | |||||
| * | | | Some bank1c documentation. | luckytyphlosion | 2015-07-10 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels. | |||||
| * | | | Some extra files. | luckytyphlosion | 2015-06-29 | 1 | -2/+5 | |
| | | | | | | | | | | | | | (wram.asm, charmap.asm) | |||||
| * | | | Fixed many homebank functions. | luckytyphlosion | 2015-06-07 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too. | |||||
| * | | | Merge git://github.com/dannye/pokeyellow into dannye-master | luckytyphlosion | 2015-06-05 | 1 | -176/+186 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | | Fix a lot of bugs | U-Daniel-PC\Daniel | 2015-06-05 | 1 | -3/+9 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Daniel-PC\Daniel | 2015-06-04 | 1 | -172/+176 | |
| | |\| | | | | | | | | | | | | | | | | | | Conflicts: wram.asm | |||||
| | | * | | Comment wram.asm | U-Daniel-PC\Daniel | 2015-05-30 | 1 | -173/+176 | |
| | | | | | | | | | | | | | | | | | luckytyphlosion | |||||
| | * | | | EOL Windows->UNIX | U-Daniel-PC\Daniel | 2015-06-04 | 1 | -2305/+2305 | |
| | | | | | ||||||
| * | | | | Fix EOL to LF to make push requests more doable. | luckytyphlosion | 2015-06-05 | 1 | -2305/+2305 | |
| |/ / / | ||||||
| * | | | Completed home/overworld.asm with other related functions | luckytyphlosion | 2015-05-17 | 1 | -2297/+2305 | |
| | | | | ||||||
| * | | | Add wd435 | luckytyphlosion | 2015-05-13 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Add wd436 | luckytyphlosion | 2015-05-13 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Remove wGBC. | luckytyphlosion | 2015-05-11 | 1 | -3/+0 | |
| | |/ |/| | | | wGBC is replaced by hGBC now. This also explains where the off by one offset came from. | |||||
| * | | Split SRAM stuff. | luckytyphlosion | 2015-04-26 | 1 | -16/+1 | |
| | | | ||||||
| * | | SRAM Constants | luckytyphlosion | 2015-04-26 | 1 | -0/+6 | |
| |/ | | | Adding SRAM Constants to replace direct addresses with labels. | |||||
| * | money won and trainer pic constants | xCrystal | 2015-04-09 | 1 | -5/+7 | |
| | | ||||||
| * | Document DisableEffect and CheckEnemyStatusConditions | xCrystal | 2015-04-09 | 1 | -8/+18 | |
| | | | | | | basically copy/paste comments and labels from CheckPlayerStatusConditions | |||||
| * | Label some attack animation functions | xCrystal | 2015-03-31 | 1 | -0/+3 | |
| | | ||||||
| * | Further document AI stuff | xCrystal | 2015-03-31 | 1 | -2/+6 | |
| | | ||||||
| * | Some wram constants | xCrystal | 2015-03-31 | 1 | -3/+13 | |
| | | ||||||
| * | commented trade amim functions | YamaArashi | 2015-03-14 | 1 | -3/+14 | |
| | | ||||||
| * | commented mon_party_sprites.asm | YamaArashi | 2015-03-13 | 1 | -0/+2 | |
| | | ||||||
| * | Low health alarm documentation | U-Daniel-PC\Daniel | 2015-03-12 | 1 | -1/+3 | |
| | | | | | RenaKunisaki | |||||
| * | Rename some labels | YamaArashi | 2015-02-08 | 1 | -4/+5 | |
| | | ||||||
| * | named misc functions | YamaArashi | 2015-02-08 | 1 | -5/+15 | |
| | | ||||||
| * | move-related things | YamaArashi | 2015-02-08 | 1 | -4/+11 | |
| | | ||||||
| * | fixed hp bar wram label and misc | YamaArashi | 2015-02-07 | 1 | -0/+6 | |
| | | ||||||
| * | Named wram symbols | YamaArashi | 2015-02-07 | 1 | -22/+15 | |
| | | ||||||
