| Commit message (Expand) | Author | Age |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-05-31 |
| |\ |
|
| | * | Merge pull request #325 from CelestialAmber/master | Daniel Harding | 2021-05-31 |
| | |\ |
|
| | | * | Update CeruleanCity.asm | Amber Brault | 2021-05-31 |
| | | * | Partially document CeruleanCity.asm | Amber Brault | 2021-05-31 |
| | * | | Merge pull request #323 from KqesaR/master | Daniel Harding | 2021-05-31 |
| | |\ \ |
|
| | | * | | Clean many labels of scripts of all gyms | Yoann Fievez | 2021-05-31 |
| | | |/ |
|
| | * / | More WRAM label cleanup (still needs UNIONs and renaming) | Rangi | 2021-05-31 |
| | |/ |
|
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-30 |
| |\| |
|
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-13 |
| |\| |
|
| | * | The 'def_trainers' macro checks that trainers' event flag bits are correct (#... | Rangi | 2021-04-13 |
| | * | Trim extra newlines from some files | Rangi | 2021-04-08 |
| * | | Trim extra newlines from some files | Rangi | 2021-04-08 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 |
| |\| |
|
| | * | Fix file modes | dannye | 2020-11-14 |
| | * | Sync more with pokeyellow | Rangi | 2020-11-06 |
| | * | Use the constant in all relevant situations | SatoMew | 2020-09-22 |
| | * | Identify some hSpriteDataOffset values | Rangi | 2020-08-30 |
| | * | Use decimal, not hex, for sprite (object) coordinates in map scripts | Rangi | 2020-08-28 |
| | * | Consistent labels for Gym name scripts | Rangi | 2020-07-18 |
| | * | SONY -> RIVAL | Rangi | 2020-07-17 |
| | * | $ec = "▷" | Rangi | 2020-07-16 |
| | * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 |
| | * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 |
| | * | Define constants for in-game trades | Rangi | 2020-07-16 |
| | * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 |
| | * | Use a 'trainer' macro for trainers in scripts/ | Rangi | 2020-07-14 |
| | * | Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir... | Rangi | 2020-07-14 |
| | * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 |
| | * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 |
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 |
| | * | Use HIGH() and LOW() | Rangi | 2020-07-07 |
| | * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 |
| | * | Use ASCII quotes in comments | Rangi | 2020-07-06 |
| | * | Use labels for HRAM and VRAM | Rangi | 2020-07-06 |
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 |
| | * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 |
| | * | TM/HM constants named after moves | Rangi | 2020-07-05 |
| | * | db $f6 == script_cable_club_receptionist | Rangi | 2020-07-05 |
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 |
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 |
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi | 2020-07-04 |
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 |
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 |
| | * | Move graphics-only object file sources into gfx/ | Rangi | 2020-07-03 |
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 |
| | * | Organize gfx/ | Rangi | 2020-06-27 |
| | * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 |
| | * | change input hex to constants | Matt | 2020-05-05 |
| | * | document vermilion gym | Matt | 2020-05-05 |
| | * | label npc conditional text | Matt | 2020-05-03 |