aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge pull request #269 from Rangi42/masterRangi2020-07-11
|\
| * Use const_skip and const_next macros for brevityRangi2020-07-09
| * Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi2020-07-09
|/
* Merge pull request #268 from Rangi42/masterRangi2020-07-08
|\
| * Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-08
|/
* Get all unnamed symbols with make DEBUG=1Rangi2020-07-07
* Merge pull request #263 from Rangi42/masterRangi2020-07-07
|\
| * Move all code out of home.asm into home/Rangi2020-07-07
| * Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-07
| * Use 'tile' and 'tiles' macrosRangi2020-07-07
| * Names for more SECTIONsRangi2020-07-07
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-07
| * Sync coordinate macros with pokecrystalRangi2020-07-07
| * Use HIGH() and LOW()Rangi2020-07-07
| * PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-07
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-06
| * Use ASCII quotes in commentsRangi2020-07-06
| * Use labels for HRAM and VRAMRangi2020-07-06
| * Use STARTER[123] constants in TitleMonsRangi2020-07-06
| * Use DEX_* constants for StarterDexRangi2020-07-06
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-06
|/
* Merge pull request #262 from Rangi42/masterRangi2020-07-06
|\
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-06
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi2020-07-06
| * Automatically list all TM##_MOVE and HM##_MOVE valuesRangi2020-07-06
|/
* Merge pull request #261 from Rangi42/masterRangi2020-07-06
|\
| * Avoid repeating the NUM_TMS valueRangi2020-07-06
| * Align tmhm learnsets in rows of 5Rangi2020-07-06
| * add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...Rangi2020-07-06
| * TM/HM constants named after movesRangi2020-07-05
| * Port pokecrystal's base data and tmhm structureRangi2020-07-05
|/
* Merge pull request #259 from Rangi42/masterRangi2020-07-05
|\
| * db $f6 == script_cable_club_receptionistRangi2020-07-05
| * Remove user system-specific files from .gitignoreRangi2020-07-05
| * gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi2020-07-05
| * Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashesRangi2020-07-05
| * Sync .gitignore with pokegold and pokecrystalRangi2020-07-05
| * Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4Rangi2020-07-05
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-05
| * Port _RemovePokemon documentation from pokeyellowRangi2020-07-05
| * Port two HRAM labels from pokeyellowRangi2020-07-05
| * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-05
| * Port and improve hidden_object macro from pokeyellowRangi2020-07-05
| * Port credits command constants from pokeyellowRangi2020-07-05
| * Make .gitignore consistent with pokegold and pokecrystalRangi2020-07-05
| * Use constants for damage limits in CalculateDamageRangi2020-07-05
| * Correct comments in AISwitchIfEnoughMonsRangi2020-07-05
| * Update map hide/show data labelsRangi2020-07-05
| * File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ...Rangi2020-07-05
| * Use SHA-1, not MD5, for 'make compare'Rangi2020-07-05