Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-06-16 | continue labeling metatiles for scripts | garak | |
2019-06-16 | finish src metatile labels | garak | |
2019-06-16 | label metatiles in fldeff_cut.c | garak | |
2019-06-16 | label metatiles for general, fallarbor, and sootopolis gym tilesets | garak | |
2019-06-16 | label metatiles for pacifidlog and fortree bridges | garak | |
2019-06-16 | label regi cave metatiles | garak | |
2019-06-16 | label remaining metatiles in field_specials.c | garak | |
2019-06-16 | give metatile labels to petalburg gym and pcs | garak | |
2019-06-16 | label mauville gym metatiles | garak | |
2019-06-16 | add METATILE_ID macro | garak | |
2019-06-16 | Add LF normalization for .sh files | SatoMew | |
2019-06-15 | Update INSTALL.md | SatoMew | |
2019-05-26 | Some pokenav work | DizzyEggg | |
2019-05-26 | Make nonmatching PSS functions functionally equivalent | DizzyEggg | |
2019-05-25 | Use event object constants | Slawter666 | |
2019-05-25 | Use constants for new game berries setting script | DizzyEggg | |
2019-05-25 | change cooltrainer unused class name | DizzyEggg | |
2019-05-25 | USE PROTAG | DizzyEggg | |
2019-05-25 | Rename PKMN TRAINER CALSS 4 | DizzyEggg | |
2019-05-25 | rename instrument samples | Kurausukun | |