| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a 'trainer' macro for trainers in scripts/ | Rangi | 2020-07-14 | 69 | -2644/+391 |
| * | Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir... | Rangi | 2020-07-14 | 1 | -93/+1 |
| * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 8 | -18/+18 |
| * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 1 | -27/+21 |
| * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 4 | -16/+16 |
| * | Use HIGH() and LOW() | Rangi | 2020-07-07 | 1 | -2/+2 |
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 25 | -34/+34 |
| * | Use ASCII quotes in comments | Rangi | 2020-07-06 | 1 | -4/+4 |
| * | Use labels for HRAM and VRAM | Rangi | 2020-07-06 | 1 | -2/+2 |
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 73 | -444/+444 |
| * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 | 7 | -16/+16 |
| * | TM/HM constants named after moves | Rangi | 2020-07-05 | 23 | -25/+25 |
| * | db $f6 == script_cable_club_receptionist | Rangi | 2020-07-05 | 1 | -1/+1 |
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 28 | -38/+38 |
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 213 | -4500/+4500 |
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi | 2020-07-04 | 2 | -2/+2 |
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 24 | -73/+73 |
| * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 28 | -96/+96 |
| * | Move graphics-only object file sources into gfx/ | Rangi | 2020-07-03 | 3 | -3/+3 |
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 10 | -20/+21 |
| * | Organize gfx/ | Rangi | 2020-06-27 | 1 | -1/+1 |
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 5 | -5/+5 |
| * | change input hex to constants | Matt | 2020-05-05 | 1 | -1/+1 |
| * | document vermilion gym | Matt | 2020-05-05 | 1 | -48/+48 |
| * | label npc conditional text | Matt | 2020-05-03 | 1 | -6/+6 |
| * | clean up vermilion labels | Matt | 2020-05-03 | 1 | -28/+28 |
| * | label hardcoded HRAM address, start documenting Vermilion | Matt | 2020-05-03 | 1 | -3/+3 |
| * | Merge pull request #223 from pret/audio-macros | Daniel Harding | 2020-02-05 | 1 | -1/+1 |
| |\ |
|
| | * | Update audio macro names | dannye | 2019-07-27 | 1 | -1/+1 |
| * | | Deobfuscate Pewter city | deak311andris | 2019-10-07 | 1 | -8/+8 |
| * | | Deobfuscate Viridian City | deak311andris | 2019-10-07 | 1 | -22/+22 |
| * | | Deobfuscate gyms consistently | deak311andris | 2019-10-07 | 9 | -77/+77 |
| * | | OaksLab deobfuscation | deak311andris | 2019-10-03 | 1 | -23/+23 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/pret/pokered | Rangi | 2019-07-07 | 1 | -1/+1 |
| |\ |
|
| | * | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | 2019-04-08 | 1 | -1/+1 |
| * | | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 5 | -10/+10 |
| |/ |
|
| * | Rename map files, labels, and constants to be consistent and work with Polish... | Rangi | 2019-01-01 | 229 | -914/+915 |
| * | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | 2018-11-18 | 1 | -2/+2 |
| * | Add space between arguments in assembly instructions and remove redundant a i... | xCrystal | 2017-12-30 | 9 | -144/+144 |
| * | Remove duplicate OaksLabText labels | Matthew Glazar | 2017-04-02 | 1 | -22/+14 |
| * | use more HRAM constants | YamaArashi | 2016-10-29 | 1 | -4/+4 |
| * | Redo audio header macro | dannye | 2016-07-27 | 1 | -1/+1 |
| * | Clean up redundant labels | dannye | 2016-07-20 | 69 | -560/+489 |
| * | Clean up text commands | dannye | 2016-07-18 | 45 | -77/+111 |
| * | Remove the last address comments | dannye | 2016-06-12 | 6 | -271/+16 |
| * | Remove some leftover address comments | dannye | 2016-06-12 | 3 | -3/+3 |
| * | remove address comments | YamaArashi | 2016-06-11 | 184 | -3622/+3622 |
| * | Implement handy text macros from yellow | pikalaxalt | 2016-06-09 | 14 | -42/+46 |
| * | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-06-09 | 2 | -213/+18 |
| |\ |
|
| | * | Sync somewhat with pokeyellow. | IIMarckus | 2016-06-08 | 1 | -18/+18 |