| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Separate the two lists of unused names | Rangi | 2020-08-31 | 1 | -1/+3 |
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 4 | -0/+73 |
| | * | Factor out data/tilesets/pair_collision_tile_ids.asm | Rangi | 2020-08-30 | 1 | -0/+24 |
| | * | Document more hidden object data and behavior | Rangi | 2020-08-30 | 1 | -60/+67 |
| | * | Separate splash screen, intro, and credits (like pokegold/pokecrystal) | Rangi | 2020-08-28 | 1 | -3/+3 |
| | * | Align warp and sign coordinates | Rangi | 2020-08-21 | 213 | -781/+781 |
| | * | Use def_warps_to macro for automatic warp_to entries | Rangi | 2020-08-17 | 223 | -1019/+234 |
| | * | Use map constants for SilphCoElevator warps | Rangi | 2020-08-17 | 1 | -2/+2 |
| | * | Use def_* macros for automatic map event counts | Rangi | 2020-08-17 | 223 | -669/+669 |
| | * | Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects | Rangi | 2020-08-17 | 66 | -98/+98 |
| | * | Identify some map object related constants | Rangi | 2020-08-17 | 1 | -6/+6 |
| | * | Fix Town Map coordinates to be in (X, Y) order as comments claim | Rangi | 2020-08-17 | 1 | -97/+97 |
| | * | Fix encounter rate comments | Rangi | 2020-08-02 | 1 | -2/+2 |
| | * | fix OAMFLAG_VFLIPPED (#283) | Akihiro Otomo | 2020-08-02 | 1 | -4/+4 |
| | * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 10 | -30/+190 |
| | * | Missingno's Pokédex weight is two bytes like the rest | Rangi | 2020-07-19 | 1 | -2/+2 |
| | * | Reformat key item bit fields | Rangi | 2020-07-18 | 1 | -11/+102 |
| | * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 | 2 | -769/+763 |
| | * | Define constants for subanimations' base coords and frame block modes | Rangi | 2020-07-17 | 2 | -776/+776 |
| | * | JUGGLER_X -> UNUSED_JUGGLER | Rangi | 2020-07-17 | 5 | -27/+27 |
| | * | Identify remaining tilemap IDs | Rangi | 2020-07-17 | 1 | -34/+17 |
| | * | SONY -> RIVAL | Rangi | 2020-07-17 | 3 | -5/+5 |
| | * | Update sprite names | Rangi | 2020-07-17 | 166 | -701/+701 |
| | * | Factor our frame blocks' base coordinates | Rangi | 2020-07-16 | 2 | -178/+179 |
| | * | Identify trade-related tilemaps | Rangi | 2020-07-16 | 1 | -15/+6 |
| | * | Factor out animation tilemaps | Rangi | 2020-07-16 | 1 | -0/+72 |
| | * | Define constants for subanimation transform types | Rangi | 2020-07-16 | 1 | -88/+92 |
| | * | Add constants for move animations' frame blocks | Rangi | 2020-07-16 | 2 | -687/+693 |
| | * | Use a battle_anim macro for move animations' special effects and subanimations | Rangi | 2020-07-16 | 4 | -849/+863 |
| | * | Separate move/battle animation data from move data (to do: further identify a... | Rangi | 2020-07-16 | 5 | -2367/+2365 |
| | * | Merge pull request #276 from TheFakeMateo/master | Rangi | 2020-07-16 | 102 | -244/+244 |
| | |\ |
|
| | | * | Deobfuscate exit warps on indoor maps | TheFakeMateo | 2020-07-15 | 102 | -244/+244 |
| | * | | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 | 1 | -1/+1 |
| | |/ |
|
| | * | Align constant comments as a column | Rangi | 2020-07-15 | 1 | -70/+70 |
| | * | Indent comments that describe data table macro formats | Rangi | 2020-07-15 | 20 | -30/+30 |
| | * | Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir... | Rangi | 2020-07-14 | 1 | -0/+29 |
| | * | Use a macro for warp tile IDs, like other tile behaviors | Rangi | 2020-07-14 | 2 | -32/+27 |
| | * | Define cries with a mon_cry macro | Rangi | 2020-07-14 | 1 | -190/+195 |
| | * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 273 | -5521/+5162 |
| | * | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 2020-07-08 | 2 | -0/+13 |
| | * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 1 | -139/+36 |
| | * | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi | 2020-07-07 | 16 | -267/+263 |
| | * | Use STARTER[123] constants in TitleMons | Rangi | 2020-07-06 | 1 | -9/+9 |
| | * | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... | Rangi | 2020-07-06 | 1 | -2/+2 |
| | * | Automatically list all TM##_MOVE and HM##_MOVE values | Rangi | 2020-07-06 | 1 | -55/+24 |
| | * | Align tmhm learnsets in rows of 5 | Rangi | 2020-07-06 | 145 | -145/+665 |
| | * | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin... | Rangi | 2020-07-06 | 1 | -55/+58 |
| | * | TM/HM constants named after moves | Rangi | 2020-07-05 | 172 | -201/+201 |
| | * | Port pokecrystal's base data and tmhm structure | Rangi | 2020-07-05 | 152 | -4229/+3021 |
| | * | Logical spacing in data/sgb/sgb_palettes.asm | Rangi | 2020-07-05 | 1 | -165/+41 |