| Commit message (Expand) | Author | Age | Files | Lines |
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 1 | -32/+16 |
| * | Change wGrassRate to wLinkEnemyTrainerName | Nog-Frog | 2020-06-02 | 1 | -4/+4 |
| * | Change "Set to box" to "Sent to box" | Nog-Frog | 2020-05-26 | 1 | -1/+1 |
| * | Rename map files, labels, and constants to be consistent and work with Polish... | Rangi | 2019-01-01 | 1 | -212/+215 |
| * | Clean up pre-linkerscript remnants. | luckytyphlosion | 2018-11-18 | 1 | -13/+13 |
| * | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "... | Víctor M. González | 2017-07-30 | 1 | -1/+1 |
| * | Revert "Fix floating sections" | AntonioND | 2017-03-21 | 1 | -13/+13 |
| * | Fix floating sections | AntonioND | 2017-03-14 | 1 | -13/+13 |
| * | sync text | YamaArashi | 2016-06-12 | 1 | -152/+153 |
| * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 1 | -2/+2 |
| * | Sync somewhat with pokeyellow. | IIMarckus | 2016-06-08 | 1 | -8/+0 |
| * | Remove the Beach House option. | IIMarckus | 2016-06-07 | 1 | -3/+0 |
| * | Clean up script labels in marts and Pokémon Centers. | IIMarckus | 2016-04-08 | 1 | -0/+1 |
| * | Use rgbasm -D in the makefile. | yenatch | 2016-02-17 | 1 | -0/+1 |
| * | fix typoes | YamaArashi | 2016-01-09 | 1 | -3/+3 |
| * | Fix a typo | PikalaxALT | 2016-01-05 | 1 | -1/+1 |
| * | Define text banks relative to the first one. Clean up address comments. | IIMarckus | 2015-12-06 | 1 | -669/+489 |
| * | No more W_ | dannye | 2015-08-30 | 1 | -13/+13 |
| * | named battle and learn move variables | YamaArashi | 2015-08-14 | 1 | -5/+5 |
| * | named more variables | YamaArashi | 2015-08-12 | 1 | -8/+8 |
| * | named CountSetBits output variable | YamaArashi | 2015-08-07 | 1 | -6/+6 |
| * | fix variable naming | YamaArashi | 2015-07-18 | 1 | -1/+1 |
| * | money / coins hram constants | YamaArashi | 2015-07-17 | 1 | -5/+5 |
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | 2015-07-16 | 1 | -1/+1 |
| |\ |
|
| | * | menu stuff | YamaArashi | 2015-07-15 | 1 | -1/+1 |
| * | | Swap trade center and battle center | dannye | 2015-07-16 | 1 | -2/+2 |
| |/ |
|
| * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -2/+2 |
| * | money won and trainer pic constants | xCrystal | 2015-04-09 | 1 | -1/+1 |
| * | Label typo | U-Daniel-PC\Daniel | 2015-02-26 | 1 | -1/+1 |
| * | serial/trade/misc | YamaArashi | 2015-02-07 | 1 | -25/+25 |
| * | Fix unclosed quotes. | stag019 | 2014-11-04 | 1 | -1/+1 |
| * | Add more text changes from Yellow. | IIMarckus | 2014-10-24 | 1 | -0/+12 |
| * | Modularize the beach house. | IIMarckus | 2014-10-17 | 1 | -1/+1 |
| * | Add more from the beach house. | IIMarckus | 2014-10-17 | 1 | -1/+1 |
| * | Add a lot of Yellow text changes. | IIMarckus | 2014-10-10 | 1 | -0/+170 |
| * | Labelled many functions/variables | YamaArashi | 2014-08-08 | 1 | -1/+1 |
| * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 1 | -28/+28 |
| * | Add macro TX_BCD for printing BCD numbers. | yenatch | 2014-05-27 | 1 | -10/+7 |
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -115/+115 |
| * | Name hidden object routines | U-Fish-PC\Daniel | 2014-05-21 | 1 | -5/+5 |
| * | Misc relabelling | U-Fish-PC\Daniel | 2014-05-21 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | 2014-05-19 | 1 | -33/+33 |
| |\ |
|
| | * | Finished documenting/labeling functions in the MoveEffectPointerTable. | Marcus Huderle | 2014-05-12 | 1 | -33/+33 |
| | * | Documented/labeled lots of move-effect-related stuff. | Marcus Huderle | 2014-05-12 | 1 | -7/+7 |
| | * | Documented reflect/light screen effect function. Labeled some related text. | Marcus Huderle | 2014-05-12 | 1 | -3/+3 |
| * | | Clean up text labels, use move and type constants | U-Fish-PC\Daniel | 2014-05-16 | 1 | -6/+6 |
| * | | Label a lot of unnamed text | U-Fish-PC\Daniel | 2014-05-15 | 1 | -216/+216 |
| * | | Label graphics loading functions and CheckIfMoveIsKnown | U-Fish-PC\Daniel | 2014-05-15 | 1 | -1/+1 |
| |/ |
|
| * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 1 | -478/+477 |
| * | Get rid of more unnecessary labels in text.asm | yenatch | 2014-01-24 | 1 | -10/+0 |