| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-13 | 68 | -116/+254 |
| |\ |
|
| | * | The 'def_trainers' macro checks that trainers' event flag bits are correct (#... | Rangi | 2021-04-13 | 69 | -117/+257 |
| | * | Trim extra newlines from some files | Rangi | 2021-04-08 | 1 | -2/+0 |
| * | | Trim extra newlines from some files | Rangi | 2021-04-08 | 3 | -4/+0 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 248 | -0/+0 |
| |\| |
|
| | * | Fix file modes | dannye | 2020-11-14 | 224 | -0/+0 |
| | * | Sync more with pokeyellow | Rangi | 2020-11-06 | 13 | -23/+21 |
| | * | Use the constant in all relevant situations | SatoMew | 2020-09-22 | 1 | -2/+2 |
| | * | Identify some hSpriteDataOffset values | Rangi | 2020-08-30 | 2 | -11/+11 |
| | * | Use decimal, not hex, for sprite (object) coordinates in map scripts | Rangi | 2020-08-28 | 13 | -47/+47 |
| | * | Consistent labels for Gym name scripts | Rangi | 2020-07-18 | 8 | -46/+50 |
| | * | SONY -> RIVAL | Rangi | 2020-07-17 | 7 | -8/+8 |
| | * | $ec = "▷" | Rangi | 2020-07-16 | 1 | -2/+2 |
| | * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 | 57 | -619/+530 |
| | * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 55 | -339/+356 |
| | * | Define constants for in-game trades | Rangi | 2020-07-16 | 8 | -9/+9 |
| | * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 | 3 | -0/+12 |
| | * | 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 |
| | |/ |
|