summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-14Use a 'trainer' macro for trainers in scripts/Rangi
2020-07-14Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵Rangi
ViridianGym, and to make their data and code more accessible
2020-07-14Use a macro for warp tile IDs, like other tile behaviorsRangi
2020-07-14Define cries with a mon_cry macroRangi
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-11Merge pull request #269 from Rangi42/masterRangi
Remove enum; add const_skip and const_next
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-08Merge pull request #268 from Rangi42/masterRangi
Factor out MapBadgeFlags and EscapeRopeTilesets data tables
2020-07-08Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-07-07Merge pull request #263 from Rangi42/masterRangi
Syncing style with pokecrystal
2020-07-07Move all code out of home.asm into home/Rangi
This results in 64 home/*.asm files, comparable to pokecrystal's 57.
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07Names for more SECTIONsRangi
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-07Use HIGH() and LOW()Rangi
2020-07-07PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Use ASCII quotes in commentsRangi
2020-07-06Use labels for HRAM and VRAMRangi
2020-07-06Use STARTER[123] constants in TitleMonsRangi
2020-07-06Use DEX_* constants for StarterDexRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-06Merge pull request #262 from Rangi42/masterRangi
Miscellaneous
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Fixes #260
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi
MACRO/ENDM, etc)
2020-07-06Automatically list all TM##_MOVE and HM##_MOVE valuesRangi
2020-07-06Merge pull request #261 from Rangi42/masterRangi
Port pokecrystal's base data and tmhm structure
2020-07-06Avoid repeating the NUM_TMS valueRangi
2020-07-06Align tmhm learnsets in rows of 5Rangi
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi
repeating the move names twice
2020-07-05TM/HM constants named after movesRangi
2020-07-05Port pokecrystal's base data and tmhm structureRangi
To do: TM/HM constants named after moves
2020-07-05Merge pull request #259 from Rangi42/masterRangi
Port pokecrystal's formatting of text commands and special characters
2020-07-05db $f6 == script_cable_club_receptionistRangi
2020-07-05Remove user system-specific files from .gitignoreRangi
2020-07-05gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi
2020-07-05Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashesRangi
2020-07-05Sync .gitignore with pokegold and pokecrystalRangi
2020-07-05Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4Rangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-05Port _RemovePokemon documentation from pokeyellowRangi
2020-07-05Port two HRAM labels from pokeyellowRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-05Port and improve hidden_object macro from pokeyellowRangi
2020-07-05Port credits command constants from pokeyellowRangi
2020-07-05Make .gitignore consistent with pokegold and pokecrystalRangi
Closes #209 (pokeyellow will need all pokered's recent changes synced)