| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |||||
| | * | 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. | |||||
| * | | 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 | |
| | | | ||||||
| * | | Comment wram.asm | U-Daniel-PC\Daniel | 2015-05-30 | 1 | -173/+176 | |
| |/ | | | | luckytyphlosion | |||||
| * | 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 | |
| | | ||||||
| * | commented battle stuff | YamaArashi | 2015-02-07 | 1 | -0/+1 | |
| | | ||||||
| * | comment drain HP effect | YamaArashi | 2015-02-07 | 1 | -2/+2 | |
| | | ||||||
| * | serial/trade/misc | YamaArashi | 2015-02-07 | 1 | -35/+157 | |
| | | ||||||
| * | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | 2015-02-04 | 1 | -2/+6 | |
| | | ||||||
| * | More battle commentary/labels/constans and fix some spacing issues | xCrystal | 2015-02-04 | 1 | -5/+7 | |
| | | | | | | Conflicts: engine/battle/core.asm | |||||
| * | Clean up white space, fix label typo | U-Daniel-PC\Daniel | 2015-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add parts of the Safari Zone entrance script from Yellow. | IIMarckus | 2014-10-17 | 1 | -0/+3 | |
| | | ||||||
| * | Commented/labelled misc functions | YamaArashi | 2014-09-14 | 1 | -16/+53 | |
| | | ||||||
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -28/+141 | |
| | | ||||||
| * | Labelled and commented mostly sprite-related things | YamaArashi | 2014-09-09 | 1 | -12/+76 | |
| | | ||||||
| * | Labelled many functions/variables | YamaArashi | 2014-08-08 | 1 | -25/+92 | |
| | | ||||||
| * | Hall of Fame sram labels and related constants. | yenatch | 2014-06-14 | 1 | -15/+19 | |
| | | ||||||
| * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 1 | -289/+127 | |
| | | ||||||
| * | Clean up white space | U-Fish-PC\Daniel | 2014-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Add macro TX_BCD for printing BCD numbers. | yenatch | 2014-05-27 | 1 | -0/+1 | |
| | | | | | This fixes some more static wram addresses. | |||||
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -112/+617 | |
| | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | |||||
| * | Don't hardcode wram sections (except for alignment). | yenatch | 2014-05-26 | 1 | -18/+20 | |
| | | | | | Sprite buffers must be aligned to the nearest $100, so these sections are explicitly defined. | |||||
| * | Rename joypad registers. | yenatch | 2014-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | Comment some more bank 0 functions. | yenatch | 2014-05-23 | 1 | -6/+11 | |
| | | ||||||
| * | Comment some bank 0 functions, and add wram labels for Predef. | yenatch | 2014-05-23 | 1 | -2/+13 | |
| | | ||||||
| * | Comments and labels for saving the last blackout map. | yenatch | 2014-04-27 | 1 | -2/+12 | |
| | | ||||||
| * | A little more map name consistency | U-Fish-PC\Daniel | 2014-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | 2014-01-27 | 1 | -10/+7 | |
| | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | |||||
| * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 1 | -444/+444 | |
| | | | | | | | | | | | | 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. | |||||
| * | Some OT and name WRAM labels. | Marcus Huderle | 2014-01-05 | 1 | -2/+23 | |
| | | ||||||
| * | W_TRAINER_NAME wram constant added, and labeled more hardcoded pointers. | Marcus Huderle | 2013-12-22 | 1 | -1/+7 | |
| | | ||||||
| * | incbin killing part 2 | U-Fish-PC\Daniel | 2013-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | finish off wram labels and fix up mistaken label overloads | yenatch | 2013-12-08 | 1 | -35/+88 | |
| | | ||||||
| * | wram labels and clarify safari zone step counter | yenatch | 2013-12-08 | 1 | -114/+236 | |
| | | ||||||
| * | even more wram labels | yenatch | 2013-12-08 | 1 | -26/+86 | |
| | | ||||||
