aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | |
| | * 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
| |\ | | | | | | Miscellaneous
| | * text_linkpromptbutton -> text_waitbuttonRangi2020-07-0612-44/+44
| | | | | | | | | | | | Fixes #260
| | * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-0613-74/+76
| | | | | | | | | | | | MACRO/ENDM, etc)
| | * Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-061-55/+24
| |/
| * Merge pull request #261 from Rangi42/masterRangi2020-07-06212-4446/+3840
| |\ | | | | | | Port pokecrystal's base data and tmhm structure
| | * Avoid repeating the NUM_TMS valueRangi2020-07-061-6/+8
| | |
| | * Align tmhm learnsets in rows of 5Rangi2020-07-06145-145/+665
| | |
| | * add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi2020-07-063-60/+94
| | | | | | | | | | | | repeating the move names twice
| | * TM/HM constants named after movesRangi2020-07-05203-302/+330
| | |
| | * Port pokecrystal's base data and tmhm structureRangi2020-07-05153-4238/+3048
| |/ | | | | | | To do: TM/HM constants named after moves
| * Merge pull request #259 from Rangi42/masterRangi2020-07-05442-8728/+8818
| |\ | | | | | | Port pokecrystal's formatting of text commands and special characters
| | * db $f6 == script_cable_club_receptionistRangi2020-07-051-1/+1
| | |
| | * Remove user system-specific files from .gitignoreRangi2020-07-051-11/+0
| | |
| | * gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi2020-07-051-0/+0
| | |
| | * Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashesRangi2020-07-052-17/+22
| | |
| | * Sync .gitignore with pokegold and pokecrystalRangi2020-07-051-18/+17
| | |
| | * Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4Rangi2020-07-051-1/+1
| | |
| | * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-0562-179/+182
| | |
| | * Port _RemovePokemon documentation from pokeyellowRangi2020-07-052-33/+34
| | |