| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Sync more with pokeyellow | Rangi | 2020-11-05 | 14 | -57/+58 |
| | * | Remove trailing whitespace | Rangi | 2020-11-05 | 3 | -4/+4 |
| | * | Sync more with pokeyellow | Rangi | 2020-11-05 | 3 | -12/+17 |
| | * | All battle back pictures end with "b" | Rangi | 2020-11-05 | 1 | -1/+1 |
| | * | Sync home and macro code with pokeyellow | Rangi | 2020-11-05 | 1 | -2/+2 |
| | * | Port some formatting from pokeyellow | Rangi | 2020-11-04 | 1 | -2/+1 |
| | * | Some formatting changes | Rangi | 2020-10-19 | 5 | -49/+57 |
| | * | Replace ghost Marowak's ambiguous constant | SatoMew | 2020-09-22 | 4 | -4/+4 |
| | * | Define a constant for the ghost Marowak (hard-coded throughout the engine, li... | Rangi | 2020-08-31 | 5 | -5/+6 |
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 11 | -132/+47 |
| | * | Document more hidden object data and behavior | Rangi | 2020-08-30 | 1 | -27/+20 |
| | * | Separate splash screen, intro, and credits (like pokegold/pokecrystal) | Rangi | 2020-08-28 | 3 | -13/+13 |
| | * | Identify some map object related constants | Rangi | 2020-08-17 | 2 | -44/+44 |
| | * | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi | 2020-07-21 | 1 | -1/+3 |
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 10 | -252/+42 |
| | * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 | 10 | -96/+112 |
| | * | Define constants for subanimations' base coords and frame block modes | Rangi | 2020-07-17 | 1 | -3/+3 |
| | * | Identify remaining tilemap IDs | Rangi | 2020-07-17 | 4 | -22/+17 |
| | * | SONY -> RIVAL | Rangi | 2020-07-17 | 5 | -10/+10 |
| | * | Update sprite names | Rangi | 2020-07-17 | 2 | -20/+20 |
| | * | $c9 was "の" in Japanese | Rangi | 2020-07-16 | 1 | -1/+1 |
| | * | Factor out animation tilemaps | Rangi | 2020-07-16 | 1 | -92/+1 |
| | * | Define constants for subanimation transform types | Rangi | 2020-07-16 | 1 | -15/+15 |
| | * | Use a battle_anim macro for move animations' special effects and subanimations | Rangi | 2020-07-16 | 1 | -19/+18 |
| | * | Use a macro for BattleTransition_DoubleCircle data | Rangi | 2020-07-16 | 1 | -80/+29 |
| | * | Un-deduplicate gfx/intro_credits/gengar.png's tiles | Rangi | 2020-07-16 | 1 | -0/+1 |
| | * | Separate move/battle animation data from move data (to do: further identify a... | Rangi | 2020-07-16 | 1 | -4/+4 |
| | * | $ec = "▷" | Rangi | 2020-07-16 | 1 | -4/+4 |
| | * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 | 2 | -40/+40 |
| | * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 3 | -6/+6 |
| | * | Define constants for default trainer DVs | Rangi | 2020-07-16 | 2 | -4/+4 |
| | * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 | 10 | -61/+267 |
| | * | Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir... | Rangi | 2020-07-14 | 1 | -0/+65 |
| | * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 7 | -36/+17 |
| | * | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 2020-07-08 | 2 | -14/+3 |
| | * | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi | 2020-07-07 | 1 | -4/+4 |
| | * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 26 | -131/+125 |
| | * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 | 8 | -205/+219 |
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 59 | -532/+532 |
| | * | Use HIGH() and LOW() | Rangi | 2020-07-07 | 14 | -69/+70 |
| | * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 55 | -161/+161 |
| | * | Use ASCII quotes in comments | Rangi | 2020-07-06 | 3 | -4/+4 |
| | * | Use DEX_* constants for StarterDex | Rangi | 2020-07-06 | 1 | -2/+2 |
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 114 | -1353/+1353 |
| | * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 | 3 | -8/+8 |
| | * | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... | Rangi | 2020-07-06 | 1 | -2/+2 |
| | * | TM/HM constants named after moves | Rangi | 2020-07-05 | 3 | -7/+7 |
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 30 | -112/+112 |
| | * | Port _RemovePokemon documentation from pokeyellow | Rangi | 2020-07-05 | 1 | -33/+33 |
| | * | Port two HRAM labels from pokeyellow | Rangi | 2020-07-05 | 1 | -5/+5 |