Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | pokenav unk 2 data decomp | garak | |
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 | Remove unnecessary tutor learnset casts | PikalaxALT | |
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 | create defines to support encounter index ratios | garak | |
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 | add field info to wild pokemon json | garak | |
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 | |
2019-06-26 | Set travis to build the gcc-8 target | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-06-21 | Add comment to merged field | PikalaxALT | |
2019-06-21 | Merge two fields in party_menu heap struct | PikalaxALT | |
2019-06-21 | Add comment to merged field | PikalaxALT | |
2019-06-21 | Merge two fields in party_menu heap struct | PikalaxALT | |
2019-06-16 | Another update for README.md | SatoMew | |
2019-06-16 | ...and said MSYS2 is ready to be used | SatoMew | |
2019-06-16 | devkitPro includes MSYS2, not vice-versa | SatoMew | |
2019-06-16 | Clarify required packages and add Cygwin migration | SatoMew | |
2019-06-16 | clean metatile constants file | garak | |
2019-06-16 | finish labeling metatiles | garak | |