Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-29 | Misc. changes | PikalaxALT | |
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO | |||
2019-06-29 | Additional fixes | PikalaxALT | |
Rearrange gbafix to not modify file in the event of failure Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0 | |||
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-05-08 | Create jsonproc tool | Marcus Huderle | |
Add custom function hooks to jsonproc Add jsonproc to build_tools.sh Newer g++ | |||
2019-04-01 | Fix warning for extra parens (#646) | Phlosioneer | |
* Fix warning for extra parens * Committed too many files | |||
2019-03-07 | Scaninc: Don't insert missing headers into dependencies | Marcus Huderle | |
2019-03-07 | Fix copyright mixup | Phlosioneer | |
2019-03-07 | Support absolute paths | Phlosioneer | |
2019-03-07 | Overhaul scaninc to work recursively | Phlosioneer | |
This also fixes the bug where scaninc would ignore #include lines in assembly files. | |||
2019-02-16 | Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fields | Marcus Huderle | |
2019-02-16 | use strings for map json coord_event var_value | garak | |
2019-02-13 | Fix C comment consumption logic | Diegoisawesome | |
2019-02-04 | Cleanup and add game version flag to mapjson tool | Marcus Huderle | |
2019-02-03 | convert mapjson.py to mapjson.cpp | garak | |
2019-01-31 | Convert map data to JSON | Marcus Huderle | |
2018-10-17 | label a flag in the asm | garak | |
2018-10-02 | mid2agb fix: compare whole note details before compression | Diegoisawesome | |
2018-09-29 | Fix mid2agb argument parsing | Kermalis | |
2018-09-29 | Fix the fix that was buggy | Diegoisawesome | |
2018-09-25 | Fix compression score code bug reintroduction | Diegoisawesome | |
2018-09-25 | Partial implementation of MEMACC command | Diegoisawesome | |
2018-09-25 | Change initial state of lastNote | Diegoisawesome | |
2018-09-25 | mid2agb compression algorithm less buggy than originally thought | Diegoisawesome | |
2018-09-25 | Comment out unused variable so GCC doesn't complain | Diegoisawesome | |
2018-09-25 | Match compression behavior, for real | Diegoisawesome | |
2018-09-24 | Completely blind guess to fix compression score | Diegoisawesome | |
2018-09-23 | Fix compression score lower limit | Diegoisawesome | |
2018-09-23 | mid2agb: allow -L param to take string | Diegoisawesome | |
2018-09-22 | Fix order of initial vol command | Diegoisawesome | |
2018-09-15 | Update mid2agb source | Diegoisawesome | |
Credit to @camthesaxman | |||
2018-09-14 | Add running status to mid2agb | Diegoisawesome | |
2018-09-10 | Make long param use two dashes | Diegoisawesome | |
2018-09-10 | Make gbafix silent | Diegoisawesome | |
2018-09-08 | Merge branch 'Slawter666-spritesheet' | Diegoisawesome | |
2018-09-07 | Add palette tags for event objects | Diegoisawesome | |
2018-09-07 | Merge branch 'master' of https://github.com/pret/pokeemerald into spritesheet | Slawter666 | |
2018-09-06 | Merge pull request #316 from huderlem/gbagfx-metatiles | Diegoisawesome | |
Add ability to specify metatile dimensions to gbagfx | |||
2018-09-06 | Add ability to specify metatile dimensions to gbagfx | Marcus Huderle | |
2018-09-06 | Update scaninc and preproc with multi-file incbins | Diegoisawesome | |
2018-08-29 | Add gbafix from devkitPro/gba-tools | Diegoisawesome | |
2018-08-07 | Merge pull request #3 from pret/master | Garak | |
syncing with source repo | |||
2018-07-29 | Port over ↵ | einstein95 | |
https://github.com/pret/pokeruby/commit/9d96147bbf8dabc2a28105d73905808e70b73b0f | |||
2018-06-16 | re-initializing structs in tools/aif2pcm/main.c | garakmon | |
initializing all fields because clang doesn’t understand {0} | |||
2018-06-16 | compiler fixes | garakmon | |
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds. | |||
2018-01-15 | dumped most of pokenav.s | golem galvanize | |
2017-12-03 | adding tools from pokeruby | xenonnsmb | |
2016-11-01 | remove old tools | YamaArashi | |
2016-01-08 | gpu_regs.c | YamaArashi | |
2015-11-24 | title screen background tiles and palettes | YamaArashi | |
2015-11-23 | add space in include directive | YamaArashi | |