summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-04-28Name map groupsGriffinR
2021-01-19Sync mapjson with pokeemeraldGriffinR
2021-01-19Sync gbagfx with pokeemeraldGriffinR
2021-01-19Sync preproc with pokeemeraldGriffinR
2021-01-18Sync scaninc with pokeemeraldGriffinR
2020-12-31Remove deadnaming, sync BgEventGriffinR
2020-05-27Merge pull request #343 from Kurausukun/patch-2PikalaxALT
Fix compilation on gcc 10
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-16make gbagfx buildjiangzhengwenjz
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png) Allow JASC pal files to be used as -palette argument when converting from GBA to PNG Allow using only file extension as output to reuse entire path from input before extension
2020-03-13var_value to stringGriffinR
2020-03-11trainer_type and trainer_sight_or_berry_tree_id to stringGriffinR
2020-03-02Label sign bg eventsGriffinR
2020-02-19Merge pull request #260 from GriffinRichards/doc-connectionPikalaxALT
Split connection field from graphics id in object events
2020-02-19Make aif2pcm looping not dependent on order of MARK and INST chunksDiegoisawesome
2020-02-18Fix aif2pcm Pascal string bug and follow AIFF loop point standardDiegoisawesome
2020-02-18in_connection to boolGriffinR
2020-02-18Split connection field from graphics id in object eventsGriffinR
2020-02-18Name allow_escaping, allow_running, show_map_name header propertiesGriffinR
2020-02-18Name allow_cycling, floor_number header propertiesGriffinR
2020-01-16Remove extraneous parens in gbafixGriffinR
2019-12-20Dump LeafGreen encountersPikalaxALT
2019-12-18Final Smash on FireRed baserom.gbaPikalaxALT
2019-12-17eventobject -> objectevent take 3garak
2019-10-31Dump wild_encounter data to C/JSONPikalaxALT
2019-10-26Update br_ips to generate an empty patch when no hunks are foundPikalaxALT
2019-10-21Update hidden item json fieldsPikalaxALT
2019-10-15Fix cygwin define checkPikalaxALT
2019-10-15Feature test for getline in br_ipsPikalaxALT
2019-10-12Bump baserom.ipsPikalaxALT
2019-10-04review comments; br_ips std=c99PikalaxALT
2019-10-04Update Makefile rules to correctly detect changes in berry fix mbPikalaxALT
2019-07-30Quieter `make tools`PikalaxALT
2019-07-12Merge branch 'master' of github.com:pret/pokefireredPikalaxALT
2019-07-12Remove hardcoded gapPikalaxALT
2019-07-08fix: ld_script.txt, tabs vs spaces & add: asmdiff.shdheu
2019-06-25Refactor br_ips getline; Update INSTALL.md notesPikalaxALT
2019-06-24Ignore br_ips and ips_patchPikalaxALT
2019-06-24Update to br_ipsPikalaxALT
Move FATAL_ERROR definition to header Terminate strings read by getline with NUL
2019-06-24Documentation of br_ips and ips_patchPikalaxALT
2019-06-23Remove debug prints from br_ipsPikalaxALT
2019-06-23Initial attempt to bootstrap Travis CIPikalaxALT
2019-06-19Dump items and start decomp item_usePikalaxALT
2019-05-21dump event script text stringsgarak
2019-05-14clean some code in the map dumpgarak
2019-05-13convert map data to jsongarak
2019-04-11Include stdint.h in gbagfx/huff.cPikalaxALT
2019-04-09Add mapjson; update gbagfx, scanincscnorton