Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | Merge branch 'master' into navdata | garak | |
2019-07-20 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-07-19 | finish pokenav data decomp | garak | |
2019-07-19 | decompile pokenav 7/8 data | garak | |
2019-07-19 | decompile pokenav_unk_5 data | garak | |
2019-07-19 | decompile pokenav_unk_4 rodata | garak | |
2019-07-19 | decompile pokenav_unk_3 data | garak | |
2019-07-19 | pokenav unk 2 data decomp | garak | |
2019-07-18 | Resolve compile warnings in modern | PikalaxALT | |
2019-07-11 | Use a constant instead of integer literals when checking for shinyness | Gudf | |
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 | 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-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 | 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-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 | 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-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 | change cooltrainer unused class name | DizzyEggg | |