| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Individual images for party menu icon graphics | Rangi | 2020-06-27 | 10 | -128/+139 | |
| | |/ | ||||||
| | * | Move mon_nest_icon.png to gfx/town_map | Rangi | 2020-06-27 | 2 | -1/+1 | |
| | | | ||||||
| | * | Travis builds with rgbds 0.4.0 from source | Rangi | 2020-06-27 | 1 | -10/+9 | |
| | | | ||||||
| | * | Create .map files, and don't sort .sym files since rgbds 0.4.0 does that | Rangi | 2020-06-27 | 2 | -4/+4 | |
| | | | ||||||
| | * | Merge pic/ into gfx/ | Rangi | 2020-06-27 | 822 | -507/+507 | |
| | | | ||||||
| | * | Fix the slot machine tilemap, and adjust the slot graphics | Rangi | 2020-06-27 | 4 | -0/+3 | |
| | | | ||||||
| | * | Replace .tilecoll files with tile ID db data | Rangi | 2020-06-27 | 23 | -45/+83 | |
| | | | ||||||
| | * | Organize gfx/ | Rangi | 2020-06-27 | 100 | -83/+87 | |
| | | | ||||||
| | * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 317 | -2240/+2290 | |
| | | | | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| | * | Merge pull request #250 from Rangi42/master | Daniel Harding | 2020-06-23 | 65 | -2825/+2863 | |
| | |\ | | | | | | | Move more tables from engine/ to data/ | |||||
| | | * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 65 | -2825/+2863 | |
| | |/ | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| | * | Merge pull request #243 from Nog-Frog/rename-unused-cd40 | Daniel Harding | 2020-06-21 | 2 | -2/+2 | |
| | |\ | | | | | | | Name UnusedCD40 | |||||
| | | * | Name UnusedCD40 | Nog-Frog | 2020-05-29 | 2 | -2/+2 | |
| | | | | | | | | | | | | | Every man deserves a name :) | |||||
| | * | | Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoney | Daniel Harding | 2020-06-14 | 2 | -2/+2 | |
| | |\ \ | | | | | | | | | fix SubtractAmountPaidFromMoney comment | |||||
| | | * | | remove two whitespaces | Akatsuki-py | 2020-06-06 | 2 | -2/+2 | |
| | | | | | ||||||
| | | * | | fix SubtractAmountPaidFromMoney comment | Akatsuki-py | 2020-06-05 | 2 | -4/+4 | |
| | |/ / | ||||||
| | * | | Merge pull request #245 from Nog-Frog/small-changes | Daniel Harding | 2020-06-02 | 1 | -4/+4 | |
| | |\ \ | | | | | | | | | Change wGrassRate to wLinkEnemyTrainerName | |||||
| | | * | | Change wGrassRate to wLinkEnemyTrainerName | Nog-Frog | 2020-06-02 | 1 | -4/+4 | |
| | |/ / | ||||||
| | * / | Replace hard-coded value of CRY_SFX_START | dannye | 2020-05-29 | 1 | -2/+2 | |
| | |/ | ||||||
| | * | Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil | Daniel Harding | 2020-05-27 | 1 | -1/+1 | |
| | |\ | | | | | | | fix comment in CopyDataUntil | |||||
| | | * | fix comment in CopyDataUntil | akatsuki-py | 2020-05-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box | Daniel Harding | 2020-05-27 | 2 | -4/+4 | |
| | |\ \ | | | | | | | | | Change "Set to box" to "Sent to box" | |||||
| | | * | | Change "Set to box" to "Sent to box" | Nog-Frog | 2020-05-26 | 2 | -4/+4 | |
| | | |/ | ||||||
| | * | | Merge pull request #239 from Akatsuki-py/use_rept | Daniel Harding | 2020-05-27 | 1 | -9/+2 | |
| | |\ \ | | |/ | |/| | Use rept macro in CopyHealingMachineOAM | |||||
| | | * | use rept macro | akatsuki-py | 2020-05-24 | 1 | -9/+2 | |
| | | | | ||||||
| | * | | Remove accidental file from 6ec4b00 | dannye | 2020-05-24 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | Misc minor clean up | dannye | 2020-05-24 | 5 | -5/+5 | |
| | |/ | | | | | | | spotted by comparing against pokeyellow | |||||
| * | | Sync with pokered | dannye | 2020-11-04 | 3267 | -81737/+76470 | |
| | | | ||||||
| * | | Merge pull request #55 from Deokishisu/patch-1 | Rangi | 2020-10-04 | 1 | -2/+2 | |
| |\ \ | | | | | | | Label Unknown Entries in HappinessChangeTable | |||||
| | * | | Label Unknown Entries in HappinessChangeTable | Deokishisu | 2020-09-17 | 1 | -2/+2 | |
| | | | | | | | | | | The two unknown entries in the HappinessChangeTable for Pikachu appear to be when the starter Pikachu faints to an opponent Pokemon 30 levels higher (PIKAHAPPY_CARELESSTRAINER) and when the starter Pikachu is traded away (PIKAHAPPY_TRADE). I have labelled them in the comments like the other fields. | |||||
| * | | | Merge pull request #56 from SatoMew/master | Rangi | 2020-10-04 | 6 | -6/+9 | |
| |\ \ \ | |/ / |/| | | Give ghost Marowak a constant | |||||
| | * | | Add constant for ghost Marowak like pokered | SatoMew | 2020-09-27 | 6 | -6/+9 | |
| |/ / | ||||||
| * | | Merge pull request #53 from pinksylveon/patch-2 | Daniel Harding | 2020-07-09 | 1 | -1/+2 | |
| |\ \ | | | | | | | Added only python | |||||
| | * | | Added only python | pinksylveon | 2020-07-09 | 1 | -1/+2 | |
| |/ / | | | | | Fixed the reverting thing regarding too much description | |||||
| * | | Update Audio 4 sfx names | dannye | 2020-05-25 | 56 | -285/+284 | |
| | | | ||||||
| * | | Fix bad label reference | dannye | 2020-05-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #50 from dannye/master | Daniel Harding | 2020-05-20 | 2106 | -38964/+39106 | |
| |\ \ | | | | | | | merge pokered | |||||
| | * | | Merge remote-tracking branch 'pokered/master' | dannye | 2020-05-20 | 0 | -0/+0 | |
| | |\| | ||||||
| | | * | Merge pull request #238 from Akatsuki-py/fix_ffa1 | Daniel Harding | 2020-05-20 | 1 | -1/+1 | |
| | | |\ | | | | | | | | | add "hMoney + 2" label for $ffa1 | |||||
| | | | * | add "hMoney + 2" label for $ffa1 | akatsuki-py | 2020-05-21 | 1 | -1/+1 | |
| | | |/ | ||||||
| | | * | Merge pull request #237 from mattbruv/vermilion | Daniel Harding | 2020-05-05 | 3 | -54/+54 | |
| | | |\ | | | | | | | | | Documented Vermilion Gym | |||||
| | | | * | change input hex to constants | Matt | 2020-05-05 | 1 | -1/+1 | |
| | | | | | ||||||
| | | | * | document vermilion gym | Matt | 2020-05-05 | 3 | -53/+53 | |
| | | | | | ||||||
| | | * | | Merge pull request #236 from mattbruv/vermilion | Daniel Harding | 2020-05-03 | 3 | -39/+39 | |
| | | |\| | | | | | | | | | label hardcoded HRAM address, start documenting Vermilion | |||||
| | | | * | label npc conditional text | Matt | 2020-05-03 | 2 | -8/+8 | |
| | | | | | ||||||
| | | | * | clean up vermilion labels | Matt | 2020-05-03 | 2 | -28/+28 | |
| | | | | | ||||||
| | | | * | label hardcoded HRAM address, start documenting Vermilion | Matt | 2020-05-03 | 1 | -3/+3 | |
| | | |/ | ||||||
| | | * | Merge pull request #234 from Akatsuki-py/fix_comment | Daniel Harding | 2020-04-30 | 1 | -1/+1 | |
| | | |\ | | | | | | | | | Fix comment from Y pos to X pos | |||||
| | | | * | Fix comment from Y pos to X pos | Akatsuki-py | 2020-05-01 | 1 | -1/+1 | |
| | | |/ | ||||||
| | | * | Merge pull request #223 from pret/audio-macros | Daniel Harding | 2020-02-05 | 455 | -23700/+23756 | |
| | | |\ | | | | | | | | | Audio macros | |||||
