Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-30 | Merge pull request #746 from garakmon/navdata | PikalaxALT | |
Pokenav Data | |||
2019-07-30 | Merge pull request #756 from camthesaxman/vram | PikalaxALT | |
remove hardcoded VRAM addresses | |||
2019-07-30 | Clean up battle anim effects file | DizzyEggg | |
2019-07-30 | Clean up contest link 80f57c4 file | DizzyEggg | |
2019-07-29 | Match TryInterruptEventObjectSpecialAnim without asm hack. | ultima-soul | |
2019-07-29 | fix build | garak | |
2019-07-29 | Merge branch 'master' into navdata | garak | |
2019-07-29 | fix some more pokenav | garak | |
2019-07-29 | name match call messages by trainers | garak | |
2019-07-28 | remove hardcoded VRAM addresses | camthesaxman | |
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-24 | Decompile pokemonav 7 | DizzyEggg | |
2019-07-23 | Quieter "make tools" | PikalaxALT | |
2019-07-23 | tilemap glitch gpu reg fix hopefully | DizzyEggg | |
2019-07-20 | fix modern build | garak | |
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 | |