aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * 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 repeatin...Rangi2020-07-063-60/+94
| | * TM/HM constants named after movesRangi2020-07-05203-302/+330
| | * Port pokecrystal's base data and tmhm structureRangi2020-07-05153-4238/+3048
| |/
| * Merge pull request #259 from Rangi42/masterRangi2020-07-05442-8728/+8818
| |\
| | * 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
| | * Port two HRAM labels from pokeyellowRangi2020-07-054-10/+10
| | * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-0510-187/+82
| | * Port and improve hidden_object macro from pokeyellowRangi2020-07-051-593/+401
| | * Port credits command constants from pokeyellowRangi2020-07-053-44/+53
| | * Make .gitignore consistent with pokegold and pokecrystalRangi2020-07-051-18/+24
| | * Use constants for damage limits in CalculateDamageRangi2020-07-052-28/+38
| | * Correct comments in AISwitchIfEnoughMonsRangi2020-07-051-2/+2
| | * Update map hide/show data labelsRangi2020-07-053-578/+568
| | * File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ...Rangi2020-07-051-7/+7
| | * Use SHA-1, not MD5, for 'make compare'Rangi2020-07-053-5/+8
| | * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04397-7024/+7396
| |/
| * Merge pull request #257 from Rangi42/masterRangi2020-07-041466-17018/+14353
| |\
| | * UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET...Rangi2020-07-044-8/+9
| | * Verify that rgbds is at least verson 0.4.0Rangi2020-07-043-39/+174
| | * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2020-07-0429-158/+172