aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Align warp and sign coordinatesRangi2020-08-21213-781/+781
|
* Merge pull request #287 from Rangi42/masterRangi2020-08-20224-1693/+958
|\ | | | | Simplify map event definitions
| * Comments explain the def_warps_to macrosRangi2020-08-181-0/+2
| |
| * Implement def_warps_to in a simpler wayRangi2020-08-171-16/+12
| | | | | | | | Instead of building a semicolon-separated "array" of warp_to coordinates in _WARP_TO_BUFFER, just declare a new EQUS for each one: _WARP_TO_NUM_1, _WARP_TO_NUM_2, etc. Then have def_warps_to output and PURGE each one of them.
| * Fix keyword capitalization and indentationRangi2020-08-171-18/+17
| |
| * Use def_warps_to macro for automatic warp_to entriesRangi2020-08-17224-1019/+257
| |
| * Use map constants for SilphCoElevator warpsRangi2020-08-171-2/+2
| |
| * Use def_* macros for automatic map event countsRangi2020-08-17224-669/+699
|/
* Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objectsRangi2020-08-1766-98/+98
|
* Identify some map object related constantsRangi2020-08-175-55/+63
|
* Fix Town Map coordinates to be in (X, Y) order as comments claimRangi2020-08-171-97/+97
|
* ld bc -> lb bcRangi2020-08-171-1/+1
|
* Fix comment about SONYRangi2020-08-161-1/+1
|
* 'make clean' reuses 'make tidy' commandsRangi2020-08-111-3/+1
|
* Fix encounter rate commentsRangi2020-08-021-2/+2
|
* fix OAMFLAG_VFLIPPED (#283)Akihiro Otomo2020-08-022-6/+4
| | | Replace incorrect label OAMFLAG_VFLIPPED with OAM_HFLIP
* 'make tidy' shouldn't trigger 'make -C tools'Rangi2020-07-281-1/+1
|
* rgbdscheck requires 0.4.1Rangi2020-07-271-2/+2
|
* tools/unnamed.py supports rgbds 0.4.1 object filesRangi2020-07-221-1/+1
|
* Merge pull request #282 from Rangi42/masterRangi2020-07-225-9/+10
|\ | | | | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
| * Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi2020-07-215-9/+10
|/
* Merge pull request #281 from Rangi42/masterRangi2020-07-2045-299/+318
|\ | | | | Add comments associating constants with data, and identify some more data
| * Add comments associating constants with data, and identify some more dataRangi2020-07-2045-299/+318
|/
* Merge pull request #279 from Rangi42/masterRangi2020-07-19276-4491/+4961
|\ | | | | Identify sprite and battle animation data
| * Missingno's Pokédex weight is two bytes like the restRangi2020-07-191-2/+2
| |
| * Reformat key item bit fieldsRangi2020-07-181-11/+102
| |
| * Consistent labels for Gym name scriptsRangi2020-07-188-46/+50
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-1715-872/+893
| |
| * Define constants for subanimations' base coords and frame block modesRangi2020-07-174-779/+967
| |
| * cycling.png -> red_bike.pngRangi2020-07-173-2/+2
| |
| * JUGGLER_X -> UNUSED_JUGGLERRangi2020-07-176-75/+75
| |
| * Identify remaining tilemap IDsRangi2020-07-1711-56/+47
| |
| * SONY -> RIVALRangi2020-07-1719-31/+31
| |
| * Update sprite namesRangi2020-07-17201-861/+862
| | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
| * $c9 was "の" in JapaneseRangi2020-07-161-1/+1
| |
| * Factor our frame blocks' base coordinatesRangi2020-07-162-178/+179
| |
| * Identify trade-related tilemapsRangi2020-07-163-15/+8
| |
| * Factor out animation tilemapsRangi2020-07-165-92/+73
| |
| * Define constants for subanimation transform typesRangi2020-07-163-103/+116
| |
| * Add constants for move animations' frame blocksRangi2020-07-163-687/+818
| |
| * Use a battle_anim macro for move animations' special effects and subanimationsRangi2020-07-166-870/+973
| | | | | | | | Move animations' sound IDs are off by one from move IDs.
| * Use a macro for BattleTransition_DoubleCircle dataRangi2020-07-161-80/+29
| |
| * Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi2020-07-163-0/+3
| |
| * Separate move/battle animation data from move data (to do: further identify ↵Rangi2020-07-167-2371/+2371
|/ | | | animation data labels+constants)
* Merge pull request #277 from Rangi42/masterRangi2020-07-16130-1127/+1142
|\ | | | | Miscellaneous constant and label updates
| * Define constants for audio commandsRangi2020-07-164-137/+185
| |
| * $ec = "▷"Rangi2020-07-164-8/+8
| |
| * Reformat map scripts' coordinate and movement dataRangi2020-07-1664-660/+587
| | | | | | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
| * Revise some map scripts, mostly for getting itemsRangi2020-07-1661-348/+371
| |
| * Define constants for default trainer DVsRangi2020-07-163-4/+8
| |