summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-11-18Remove useless comment.luckytyphlosion
2020-11-18Optimize Makefile, also add *.sna to gitignore.luckytyphlosion
2020-11-12Missing inc files in asm/*.s and data/*.s will raise an actual error message.luckytyphlosion
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-05Remove *.rl in make cleanExpoSeed
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
2020-09-08Reverted -nostdlib changesPokeCodec
2020-07-08Merge pull request #1078 from GriffinRichards/move-criesPikalaxALT
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
2020-06-15Move Pokemon cries to own directoryGriffinR
2020-05-15Fix building modern from cleanPikalaxALT
2020-05-05Fix MODERN=1 for non-devkitARM compilationMichael Panzlaff
2020-02-16Port librfu from fireredPikalaxALT
2019-09-27Clean up leftover Makefile clean instructionPikalaxALT
2019-09-08Fix modernPikalaxALT
2019-09-08libagbsyscall as an actual libPikalaxALT
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-05NULL_BATTLE_TOWER_POKEMON definePikalaxALT
2019-09-05Don't look for src/crt0.c, it doesn't existPikalaxALT
2019-09-03Copy Berry Fix MB dism from FR (#777)PikalaxALT
2019-08-29Update scaninc to include missing .include files in assembler filesMarcus Huderle
2019-08-21Move asm srcs to srcPikalaxALT
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2019-08-04Merge branch 'master' into pokenav_unk_2PikalaxALT
2019-07-24Fix "arm-none-eabi-gcc not found" error (#751)PikalaxALT
2019-07-23Quieter "make tools"PikalaxALT
2019-07-20Pad the GBA using gbafix instead of objcopyPikalaxALT
2019-07-19Deprecate build_tools.shPikalaxALT
2019-07-02Fix libgcc pathPikalaxALT
2019-06-29Misc. changesPikalaxALT
2019-06-29Additional fixesPikalaxALT
2019-06-29Wildcard bss, ewram_data, and COMMON in modern toolchainPikalaxALT
2019-06-28Support for non-dkA toolchainsPikalaxALT
2019-06-26Simplify ld_script for modern, use devkitARM libsPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-06-26Modernize codePikalaxALT
2019-05-08Better dependency handling for wild_encountersPikalaxALT
2019-05-08Convert wild encounter data to JSONMarcus Huderle
2019-03-07Support absolute pathsPhlosioneer
2019-03-07Overhaul scaninc to work recursivelyPhlosioneer
2019-02-10Ignore trigraph warningPhlosioneer
2019-02-04Merge pull request #543 from pret/mapdatahuderlem
2019-02-03convert mapjson.py to mapjson.cppgarak
2019-02-01Update MakefileDizzyEggg
2019-02-01Merge m4a files into one, get rid of one asmDizzyEggg
2019-02-01CgbSound is decompiled.DizzyEggg
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-11fix debug symbol in MakefilePhilipp AUER
2019-01-11add debug flag to MakefilePhilipp AUER
2019-01-01Remove sed from ld_script, replace with INCLUDEsnullableVoidPtr