aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Define constants for in-game tradesRangi2020-07-169-9/+22
|/
* Merge pull request #276 from TheFakeMateo/masterRangi2020-07-16104-245/+250
|\ | | | | Deobfuscate exit warps on indoor maps
| * Deobfuscate exit warps on indoor mapsTheFakeMateo2020-07-15104-245/+250
| |
* | Merge pull request #275 from Rangi42/masterRangi2020-07-1625-81/+364
|\ \ | |/ |/| Disassemble the BLUEMONS.GB debug ROM
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-1525-81/+364
|/
* Merge pull request #274 from Rangi42/masterRangi2020-07-1520-100/+100
|\ | | | | Indent comments that describe data table macro formats
| * Align constant comments as a columnRangi2020-07-151-70/+70
| |
| * Indent comments that describe data table macro formatsRangi2020-07-1520-30/+30
|/
* Merge pull request #273 from Rangi42/masterRangi2020-07-15363-8386/+5784
|\ | | | | Clean up some data, using macros for multiline list entries
| * Don't compare strings with ==; use STRCMPRangi2020-07-141-4/+4
| |
| * Use a 'trainer' macro for trainers in scripts/Rangi2020-07-1471-2645/+413
| |
| * Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵Rangi2020-07-143-93/+95
| | | | | | | | ViridianGym, and to make their data and code more accessible
| * Use a macro for warp tile IDs, like other tile behaviorsRangi2020-07-142-32/+27
| |
| * Define cries with a mon_cry macroRangi2020-07-141-190/+195
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-14298-5644/+5272
|/
* Merge pull request #269 from Rangi42/masterRangi2020-07-1122-2361/+604
|\ | | | | Remove enum; add const_skip and const_next
| * Use const_skip and const_next macros for brevityRangi2020-07-0920-2280/+540
| |
| * Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi2020-07-095-92/+75
|/ | | | implementations
* Merge pull request #268 from Rangi42/masterRangi2020-07-084-14/+16
|\ | | | | Factor out MapBadgeFlags and EscapeRopeTilesets data tables
| * Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-084-14/+16
|/
* Get all unnamed symbols with make DEBUG=1Rangi2020-07-072-2/+2
|
* Merge pull request #263 from Rangi42/masterRangi2020-07-07320-6369/+6345
|\ | | | | Syncing style with pokecrystal
| * Move all code out of home.asm into home/Rangi2020-07-0735-1758/+1754
| | | | | | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
| * Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-075-10/+11
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-0730-303/+188
| |
| * Names for more SECTIONsRangi2020-07-074-117/+76
| |
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-0712-247/+304
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-0775-653/+667
| |
| * Use HIGH() and LOW()Rangi2020-07-0722-87/+89
| |
| * PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-0718-283/+286
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-0690-253/+251
| |
| * Use ASCII quotes in commentsRangi2020-07-065-9/+9
| |