| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Logical spacing in data/sgb/sgb_palettes.asm | Rangi | 2020-07-05 | 5 | -10/+10 |
| * | Port credits command constants from pokeyellow | Rangi | 2020-07-05 | 1 | -7/+7 |
| * | Use constants for damage limits in CalculateDamage | Rangi | 2020-07-05 | 1 | -28/+34 |
| * | Correct comments in AISwitchIfEnoughMons | Rangi | 2020-07-05 | 1 | -2/+2 |
| * | Update map hide/show data labels | Rangi | 2020-07-05 | 1 | -7/+7 |
| * | 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 SET... | Rangi | 2020-07-04 | 2 | -6/+6 |
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi | 2020-07-04 | 13 | -32/+29 |
| * | 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 |
| * | 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 |
| * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -0/+0 |
| * | Split up engine/events/hidden_object_functions | Rangi | 2020-07-03 | 28 | -1168/+1149 |
| * | Reorganize constants/ | Rangi | 2020-07-03 | 1 | -2/+2 |
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 41 | -69/+69 |
| * | 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 |