summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-23Add utils/mask.pyRangi
This creates a 2bpp file the same size as the ROM. The ROM can be renamed 2bpp and the mask image can be overlaid on the ROM image to show what's disassembled.
2020-09-22Disassemble some debug warp landmark code+dataRangi
2020-09-22Move the 'map' macro to where it is usedRangi
2020-09-22Add an unused duplicate graphic for tileset 1BRangi
This allows Polished Map compatibility
2020-09-22Use map constants for wild dataRangi
2020-09-22Extract player-shrinking picsRangi
2020-09-22Declare SHA-1 hashesRangi
2020-09-22Factor out gfx- and slack-specific rules into .mk filesRangi
2020-09-22include -> INCLUDERangi
2020-09-22Use Japanese charmap charactersRangi
2020-09-22md5 -> sha1Rangi
2020-09-22Indent with tabsRangi
2020-09-22Relabeled Item/MoveDescriptions & DexEntries (#74)jd-0
Re-label item & move descriptions and dex entries
2020-09-22Simplify bg_event usage, and document map event macro argumentsRangi
2020-09-22Port updated map event macrosRangi
2020-09-22Extract move data table (needs identification)Rangi
2020-09-22Replace enum with const, and update many constants to be more like pokegoldRangi
2020-09-22Move most files out of the root directoryRangi
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/
2020-09-22Port the improved connection macro from pokegold/pokecrystalRangi
2020-09-21Rename tileset graphics for future Polished Map compatibilityRangi
2020-09-21Merge pull request #73 from jd-0/masterRangi
Extract bank bank 07, 08, 0C, 13, & 37 tilesets' metatiles and collision data
2020-09-21Add tileset header macro from pokeredjd-0
2020-09-21Extract bank 07, 08,13, & 37 tilesets' metatiles and collision datajd-0
2020-09-21Extract bank $0C tilesets' metatiles and collision datajd-0
Are collisions always 1/4 the metatile size?? Build: OK
2020-09-21Extract bank $06 tilesets' metatiles and collision dataRangi
2020-09-21Remove excess spacesRangi
2020-09-21Copy pokered map organization (maps/*.blk, scripts/*.asm, ↵Rangi
data/maps/objects/*.asm)
2020-09-20Extract Pokédex entriesRangi
2020-09-200x -> $Rangi
2020-09-20Extract item descriptionsRangi
2020-09-20Extract move descriptionsRangi
2020-09-20chmod +x tools/make_shim.pyRangi
2020-09-20Port simpler tools/make_shim.py from pokepicrossRangi
2020-09-20Use local .End or .FirstEntryEnd labels for measuring data/GFX sizesRangi
2020-09-20Port scan_includes.c from pokepicrossRangi
2020-09-20More cleanup of whitespace and commentsRangi
2020-09-20Remove more address commentsRangi
2020-09-20Merge pull request #72 from jd-0/masterRangi
Remove address comments
2020-09-20Remove address commentsjd-0
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
2020-09-20Capitalize DEFRangi
2020-09-20- Remove trailing whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-15Merge branch 'master' of https://github.com/pret/pokegold-spaceworldRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-13Merge pull request #71 from Ebernacher90/mastermid-kid
Give all .asm and all .inc except of base_stats/???.inc new line at t…
2020-09-13Merge 13.09.2020Ebernacher90
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2020-09-12Fix off-by-one errors with 'make coverage' and reformat output (horizontal ↵Rangi
banks)
2020-08-29Merge pull request #60 from SatoMew/masterRangi
Replace Pokégear with Trainer Gear in relevant labels
2020-08-29Fix minor oversightSatoMew