| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 90 | -1068/+1080 |
| | | |||||
| * | UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵ | Rangi | 2020-07-04 | 2 | -6/+6 |
| | | | | | SET_PAL_DEFAULT | ||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 13 | -32/+29 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Move more code from home.asm to home/ | Rangi | 2020-07-03 | 1 | -0/+1 |
| | | |||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 25 | -106/+106 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 62 | -668/+668 |
| | | |||||
| * | Factor out data/sprites/ | Rangi | 2020-07-03 | 1 | -0/+2 |
| | | |||||
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 10 | -18/+18 |
| | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -0/+0 |
| | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | ||||
| * | Split up engine/events/hidden_object_functions | Rangi | 2020-07-03 | 28 | -1168/+1149 |
| | | |||||
| * | Reorganize constants/ | Rangi | 2020-07-03 | 1 | -2/+2 |
| | | | | | To do: add comments associating constants with data and code | ||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 41 | -69/+69 |
| | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | ||||
| * | Add engine/movie/oak_speech/ subdirectory | Rangi | 2020-07-03 | 4 | -0/+0 |
| | | |||||
| * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 113 | -93/+2 |
| | | |||||
| * | Remove RAM address comments | Rangi | 2020-06-27 | 2 | -4/+4 |
| | | |||||
| * | Move trade bubble from gfx/icons to gfx/trade | Rangi | 2020-06-27 | 1 | -1/+1 |
| | | |||||
| * | Individual images for party menu icon graphics | Rangi | 2020-06-27 | 1 | -6/+17 |
| | | |||||
| * | Move mon_nest_icon.png to gfx/town_map | Rangi | 2020-06-27 | 1 | -1/+1 |
| | | |||||
| * | Organize gfx/ | Rangi | 2020-06-27 | 16 | -42/+41 |
| | | |||||
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 67 | -167/+167 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 26 | -2968/+1540 |
| | | | | | 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 | 1 | -1/+1 |
| |\ | | | | | Name UnusedCD40 | ||||
| | * | Name UnusedCD40 | Nog-Frog | 2020-05-29 | 1 | -1/+1 |
| | | | | | | | | | Every man deserves a name :) | ||||
| * | | remove two whitespaces | Akatsuki-py | 2020-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | fix SubtractAmountPaidFromMoney comment | Akatsuki-py | 2020-06-05 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box | Daniel Harding | 2020-05-27 | 1 | -3/+3 |
| |\ | | | | | Change "Set to box" to "Sent to box" | ||||
| | * | Change "Set to box" to "Sent to box" | Nog-Frog | 2020-05-26 | 1 | -3/+3 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Misc minor clean up | dannye | 2020-05-24 | 4 | -4/+4 |
| |/ | | | | spotted by comparing against pokeyellow | ||||
| * | 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 | 6 | -10/+10 |
| |\ | | | | | Audio macros | ||||
| | * | Update audio macro names | dannye | 2019-07-27 | 6 | -10/+10 |
| | | | | | | | | | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | ||||
| * | | Use percent macro for trainer AI packages | Thomas Winwood | 2019-11-23 | 1 | -21/+21 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | Rangi | 2019-07-07 | 1 | -2/+2 |
| |\ | |||||
| | * | A few missed SFX constant IDs | dannye | 2019-04-21 | 1 | -2/+2 |
| | | | |||||
| * | | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 6 | -12/+14 |
| |/ | |||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 11 | -35/+35 |
| | | | | | Polished Map | ||||
| * | Clean up pre-linkerscript remnants. | luckytyphlosion | 2018-11-18 | 1 | -1/+3 |
| | | |||||
| * | Updated constants for intro | Pokeglitch | 2018-06-23 | 1 | -10/+11 |
| | | |||||
| * | Updated the intro | Pokeglitch | 2018-06-22 | 2 | -53/+64 |
| | | |||||
| * | Use rgblink dmg mode | dannye | 2018-03-24 | 2 | -5/+5 |
| | | |||||
| * | add wEvosMoves instead of using eevee | yenatch | 2018-03-21 | 1 | -5/+5 |
| | | |||||
| * | Cleaned up name formatting | bitman44 | 2018-03-21 | 1 | -1/+1 |
| | | |||||
| * | Replaced instances of Mon### with the Pokemon's name | bitman44 | 2018-03-20 | 1 | -1/+1 |
| | | |||||
| * | Use rgbgfx and c tools instead of the submodule. | yenatch | 2018-03-10 | 2 | -7/+7 |
| | | |||||
| * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 36 | -4666/+4666 |
| | | | | | in instructions like add a, x | ||||
| * | Uppercase battle status constants | xCrystal | 2017-12-30 | 13 | -138/+138 |
| | | |||||
| * | Replace hardcoded address offset | dannye | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Catch a missed hide/show ID | dannye | 2017-10-29 | 1 | -1/+1 |
| | | |||||
