| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Merge pull request #274 from Rangi42/master | Rangi | 2020-07-15 | 20 | -100/+100 | |
| | |\ | | | | | | | Indent comments that describe data table macro formats | |||||
| | | * | Align constant comments as a column | Rangi | 2020-07-15 | 1 | -70/+70 | |
| | | | | ||||||
| | | * | Indent comments that describe data table macro formats | Rangi | 2020-07-15 | 20 | -30/+30 | |
| | |/ | ||||||
| | * | Merge pull request #273 from Rangi42/master | Rangi | 2020-07-15 | 363 | -8386/+5784 | |
| | |\ | | | | | | | Clean up some data, using macros for multiline list entries | |||||
| | | * | Don't compare strings with ==; use STRCMP | Rangi | 2020-07-14 | 1 | -4/+4 | |
| | | | | ||||||
| | | * | Use a 'trainer' macro for trainers in scripts/ | Rangi | 2020-07-14 | 71 | -2645/+413 | |
| | | | | ||||||
| | | * | Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵ | Rangi | 2020-07-14 | 3 | -93/+95 | |
| | | | | | | | | | | | | | ViridianGym, and to make their data and code more accessible | |||||
| | | * | Use a macro for warp tile IDs, like other tile behaviors | Rangi | 2020-07-14 | 2 | -32/+27 | |
| | | | | ||||||
| | | * | Define cries with a mon_cry macro | Rangi | 2020-07-14 | 1 | -190/+195 | |
| | | | | ||||||
| | | * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 298 | -5644/+5272 | |
| | |/ | ||||||
| | * | Merge pull request #269 from Rangi42/master | Rangi | 2020-07-11 | 22 | -2361/+604 | |
| | |\ | | | | | | | Remove enum; add const_skip and const_next | |||||
| | | * | Use const_skip and const_next macros for brevity | Rangi | 2020-07-09 | 20 | -2280/+540 | |
| | | | | ||||||
| | | * | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | 2020-07-09 | 5 | -92/+75 | |
| | |/ | | | | | | | implementations | |||||
| | * | Merge pull request #268 from Rangi42/master | Rangi | 2020-07-08 | 4 | -14/+16 | |
| | |\ | | | | | | | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | |||||
| | | * | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 2020-07-08 | 4 | -14/+16 | |
| | |/ | ||||||
| | * | Get all unnamed symbols with make DEBUG=1 | Rangi | 2020-07-07 | 2 | -2/+2 | |
| | | | ||||||
| | * | Merge pull request #263 from Rangi42/master | Rangi | 2020-07-07 | 320 | -6369/+6345 | |
| | |\ | | | | | | | Syncing style with pokecrystal | |||||
| | | * | Move all code out of home.asm into home/ | Rangi | 2020-07-07 | 35 | -1758/+1754 | |
| | | | | | | | | | | | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57. | |||||
| | | * | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi | 2020-07-07 | 5 | -10/+11 | |
| | | | | ||||||
| | | * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 30 | -303/+188 | |
| | | | | ||||||
| | | * | Names for more SECTIONs | Rangi | 2020-07-07 | 4 | -117/+76 | |
| | | | | ||||||
| | | * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 | 12 | -247/+304 | |
| | | | | ||||||
| | | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 75 | -653/+667 | |
| | | | | ||||||
| | | * | Use HIGH() and LOW() | Rangi | 2020-07-07 | 22 | -87/+89 | |
| | | | | ||||||
| | | * | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi | 2020-07-07 | 18 | -283/+286 | |
| | | | | ||||||
| | | * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 90 | -253/+251 | |
| | | | | ||||||
| | | * | Use ASCII quotes in comments | Rangi | 2020-07-06 | 5 | -9/+9 | |
| | | | | ||||||
| | | * | Use labels for HRAM and VRAM | Rangi | 2020-07-06 | 7 | -247/+308 | |
| | | | | ||||||
| | | * | Use STARTER[123] constants in TitleMons | Rangi | 2020-07-06 | 1 | -9/+9 | |
| | | | | ||||||
| | | * | Use DEX_* constants for StarterDex | Rangi | 2020-07-06 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 219 | -2556/+2556 | |
| | |/ | ||||||
| | * | Merge pull request #262 from Rangi42/master | Rangi | 2020-07-06 | 25 | -173/+144 | |
| | |\ | | | | | | | Miscellaneous | |||||
| | | * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 | 12 | -44/+44 | |
| | | | | | | | | | | | | | Fixes #260 | |||||
| | | * | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵ | Rangi | 2020-07-06 | 13 | -74/+76 | |
| | | | | | | | | | | | | | MACRO/ENDM, etc) | |||||
| | | * | Automatically list all TM##_MOVE and HM##_MOVE values | Rangi | 2020-07-06 | 1 | -55/+24 | |
| | |/ | ||||||
| | * | Merge pull request #261 from Rangi42/master | Rangi | 2020-07-06 | 212 | -4446/+3840 | |
| | |\ | | | | | | | Port pokecrystal's base data and tmhm structure | |||||
| | | * | Avoid repeating the NUM_TMS value | Rangi | 2020-07-06 | 1 | -6/+8 | |
| | | | | ||||||
| | | * | Align tmhm learnsets in rows of 5 | Rangi | 2020-07-06 | 145 | -145/+665 | |
| | | | | ||||||
| | | * | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵ | Rangi | 2020-07-06 | 3 | -60/+94 | |
| | | | | | | | | | | | | | repeating the move names twice | |||||
| | | * | TM/HM constants named after moves | Rangi | 2020-07-05 | 203 | -302/+330 | |
| | | | | ||||||
| | | * | Port pokecrystal's base data and tmhm structure | Rangi | 2020-07-05 | 153 | -4238/+3048 | |
| | |/ | | | | | | | To do: TM/HM constants named after moves | |||||
| | * | Merge pull request #259 from Rangi42/master | Rangi | 2020-07-05 | 442 | -8728/+8818 | |
| | |\ | | | | | | | Port pokecrystal's formatting of text commands and special characters | |||||
| | | * | db $f6 == script_cable_club_receptionist | Rangi | 2020-07-05 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Remove user system-specific files from .gitignore | Rangi | 2020-07-05 | 1 | -11/+0 | |
| | | | | ||||||
| | | * | gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2 | Rangi | 2020-07-05 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashes | Rangi | 2020-07-05 | 2 | -17/+22 | |
| | | | | ||||||
| | | * | Sync .gitignore with pokegold and pokecrystal | Rangi | 2020-07-05 | 1 | -18/+17 | |
| | | | | ||||||
| | | * | Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4 | Rangi | 2020-07-05 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 62 | -179/+182 | |
| | | | | ||||||
| | | * | Port _RemovePokemon documentation from pokeyellow | Rangi | 2020-07-05 | 2 | -33/+34 | |
| | | | | ||||||
