summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2021-05-16Move overworld sprites to data/Zumi Daxuya
2021-05-16Label sprite sets according to map group namesZumi Daxuya
2021-05-16Define map group sprite setsZumi Daxuya
2021-05-08Dump banks $09 and $0B (#93)Zumi
2020-12-17Split sound test text pointers to another fileZumi Daxuya
2020-12-08Match pokegold's battle transition code more closelyRangi
2020-12-08Disassemble battle transitionsZumi Daxuya
2020-11-13Kanto Mon Names (#79)jd-0
2020-09-23Fill in named constants & values for moves (#76)jd-0
2020-09-22Move the 'map' macro to where it is usedRangi
2020-09-22Use map constants for wild dataRangi
2020-09-22include -> INCLUDERangi
2020-09-22Use Japanese charmap charactersRangi
2020-09-22Indent with tabsRangi
2020-09-22Relabeled Item/MoveDescriptions & DexEntries (#74)jd-0
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-22Port the improved connection macro from pokegold/pokecrystalRangi
2020-09-21Rename tileset graphics for future Polished Map compatibilityRangi
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
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, data/maps/objects/*...Rangi
2020-09-20Extract Pokédex entriesRangi
2020-09-20Extract item descriptionsRangi
2020-09-20Extract move descriptionsRangi
2020-09-20Use local .End or .FirstEntryEnd labels for measuring data/GFX sizesRangi
2020-09-20More cleanup of whitespace and commentsRangi
2020-09-20Remove more address commentsRangi
2020-09-20Remove address commentsjd-0
2020-09-20Capitalize DEFRangi
2020-09-20- Remove trailing whitespaceRangi
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end o...Ebernacher90
2020-08-09Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since on...Rangi
2019-09-15Disassemble party menu iconsRangi
2019-02-26Sort maps into placeholder and non-placeholder.luckytyphlosion
2018-11-29Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, ...2Tie
2018-10-11Dumping bank 3. Still need to convert a few hardcoded pointers to labelsPokeglitch
2018-07-31Finished dumping bank 1Pokeglitch
2018-07-17Add all dummy scripts.luckytyphlosion
2018-07-17Split attributes into individual files.luckytyphlosion
2018-07-08Merge branch 'master' into section-reorgluckytyphlosion
2018-07-08Add maps to linkerscriptluckytyphlosion
2018-07-08Build files in maps/luckytyphlosion
2018-07-08Dump all blksluckytyphlosion
2018-07-08Dump Map Events.luckytyphlosion