Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-30 | Merge pull request #758 from ultima-soul/nonmatching | Diegoisawesome | |
Match TryInterruptEventObjectSpecialAnim without asm hack. | |||
2019-07-29 | Match TryInterruptEventObjectSpecialAnim without asm hack. | ultima-soul | |
2019-07-27 | Merge pull request #753 from DizzyEggg/pokenav7 | PikalaxALT | |
Decompile some pokenav | |||
2019-07-26 | bss data to static | DizzyEggg | |
2019-07-25 | Some more pokenav | DizzyEggg | |
2019-07-25 | Decompile pokemon unk 6 | DizzyEggg | |
2019-07-25 | Merge branch 'master' into pokenav7 | DizzyEggg | |
2019-07-24 | Decompile pokemonav 7 | DizzyEggg | |
2019-07-24 | Fix "arm-none-eabi-gcc not found" error (#751) | PikalaxALT | |
2019-07-23 | Quieter "make tools" | PikalaxALT | |
2019-07-23 | Merge pull request #750 from DizzyEggg/patch-7 | PikalaxALT | |
tilemap glitch gpu reg fix hopefully | |||
2019-07-23 | tilemap glitch gpu reg fix hopefully | DizzyEggg | |
2019-07-22 | Fix PREPARE_MOVE_BUFFER macro (#749) | Sewef | |
2019-07-20 | Merge pull request #732 from PikalaxALT/modern_gcc | PikalaxALT | |
Modernize code for compatibility with later releases of GCC | |||
2019-07-20 | Pad the GBA using gbafix instead of objcopy | PikalaxALT | |
2019-07-20 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-07-19 | Deprecate build_tools.sh | PikalaxALT | |
2019-07-18 | Resolve compile warnings in modern | PikalaxALT | |
2019-07-12 | Merge pull request #745 from Gudf/master | Diegoisawesome | |
Use a constant instead of integer literals when checking for shinyness | |||
2019-07-11 | Use a constant instead of integer literals when checking for shinyness | Gudf | |
2019-07-11 | Merge pull request #743 from aaaaaa123456789/master | Diegoisawesome | |
Fix LD script to not contain huge gap sections | |||
2019-07-10 | Fix LD script to not contain huge gap sections | aaaaaa123456789 | |
2019-07-09 | updated function name for deposit item amount to pc | pokballs | |
2019-07-09 | Decompile 4 berry crush functions | DizzyEggg | |
2019-07-09 | Some pokemon jump work | DizzyEggg | |
2019-07-07 | Stack-free IWRAM clear | PikalaxALT | |
2019-07-02 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-07-02 | Fix libgcc path | PikalaxALT | |
2019-07-02 | Merge pull request #734 from DizzyEggg/patch-1 | Diegoisawesome | |
Match sub_81D1B40 | |||
2019-07-02 | Merge pull request #736 from DizzyEggg/patch-2 | Diegoisawesome | |
Match sub_802671C | |||
2019-07-02 | Merge pull request #737 from DizzyEggg/patch-3 | Diegoisawesome | |
Match sub_800EFB0 | |||
2019-07-02 | Merge pull request #738 from DizzyEggg/patch-4 | Diegoisawesome | |
Match unref_sub_8119094 | |||
2019-07-02 | Merge pull request #739 from DizzyEggg/patch-5 | Diegoisawesome | |
Clean up code in HoldContestPainting | |||
2019-07-02 | Merge pull request #740 from DizzyEggg/patch-6 | Diegoisawesome | |
Get rid of unneccesary cast in text.c | |||
2019-07-01 | Get rid of unneccesary cast in text.c | DizzyEggg | |
2019-07-01 | Clean up code in HoldContestPainting | DizzyEggg | |
2019-07-01 | Match unref_sub_8119094 | DizzyEggg | |
Gotta match these unused functions, am I right? | |||
2019-06-30 | Revert FLOAT_U* and DOUBLE_U* macros | PikalaxALT | |
2019-06-30 | Document pokemon_animations sprite ptr bug | PikalaxALT | |
2019-06-30 | Match sub_800EFB0 | DizzyEggg | |
2019-06-30 | Match sub_802671C | DizzyEggg | |
Also got sub_8026324 a bit closer, but it's still a mess. | |||
2019-06-30 | Fix pokemon_animation.c | PikalaxALT | |
2019-06-30 | Match sub_81D1B40 | DizzyEggg | |
2019-06-29 | Misc. changes | PikalaxALT | |
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO | |||
2019-06-29 | fix unaligned memory access in BlendPalette | Michael Panzlaff | |
This problem is only going to occur in versions where the palette buffer isn't aligned to 4 bytes (which it is in a matching pokeemerald). Since agbcc returns sizeof(PlttData) = 4, it will read words instead of half words. This causes unnecessary emulator warnings in the function "BlendPalette". Aligning the buffers to 4 bytes fixes this. | |||
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-29 | Wildcard bss, ewram_data, and COMMON in modern toolchain | PikalaxALT | |
2019-06-28 | Support for non-dkA toolchains | PikalaxALT | |
2019-06-27 | Indentation fix in ld_scripts | PikalaxALT | |
2019-06-26 | Simplify ld_script for modern, use devkitARM libs | PikalaxALT | |