aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 a...Rangi2020-07-167-2371/+2371
* Merge pull request #277 from Rangi42/masterRangi2020-07-16130-1127/+1142
|\
| * 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
| * 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 mapsTheFakeMateo2020-07-15104-245/+250
* | Merge pull request #275 from Rangi42/masterRangi2020-07-1625-81/+364
|\ \ | |/ |/|
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-1525-81/+364
|/
* Merge pull request #274 from Rangi42/masterRangi2020-07-1520-100/+100
|\
| * 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
|\
| * 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 Vir...Rangi2020-07-143-93/+95
| * 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
|\
| * Use const_skip and const_next macros for brevityRangi2020-07-0920-2280/+540
| * Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi2020-07-095-92/+75
|/
* Merge pull request #268 from Rangi42/masterRangi2020-07-084-14/+16
|\
| * 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
|\
| * Move all code out of home.asm into home/Rangi2020-07-0735-1758/+1754
| * 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
| * Use labels for HRAM and VRAMRangi2020-07-067-247/+308
| * Use STARTER[123] constants in TitleMonsRangi2020-07-061-9/+9
| * Use DEX_* constants for StarterDexRangi2020-07-061-2/+2
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-06219-2556/+2556
|/
* Merge pull request #262 from Rangi42/masterRangi2020-07-0625-173/+144
|\
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-0612-44/+44
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi2020-07-0613-74/+76
| * Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-061-55/+24
|/
* Merge pull request #261 from Rangi42/masterRangi2020-07-06212-4446/+3840
|\