Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-07 | Match CreatePokeDexList | PokeCodec | |
Cherry-picked from the pret Ruby repo | |||
2020-06-10 | Merge pull request #1074 from Sierraffinity/item-menu-cleanup | Sierra A | |
Begin item_menu.c cleanup | |||
2020-06-10 | Merge pull request #1075 from Sierraffinity/master | Sierra A | |
Fix out of bounds array access in intro Groudon segment | |||
2020-06-10 | Fix out of bounds array access in intro Groudon segment | Sierraffinity | |
2020-06-10 | Merge pull request #1071 from PokeCF/patch-3 | Sierra A | |
Unnest if statements | |||
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-06-10 | Merge pull request #1072 from nullableVoidPtr/master | PikalaxALT | |
Match sub_80F0708 | |||
2020-06-10 | Match sub_80F0708 | nullableVoidPtr | |
Special thanks to @kazblox | |||
2020-06-08 | Unnest if statements | PokeCF | |
Overall, it is generally considered bad style to continually nest loops. However, if this is what the decompiler outputted, then why bother touching it? However, this can be rewritten as returning early if the playtime is less than 60. The reason for this is not because of the original code, but because it looks better, has the same output, and is easier to understand. | |||
2020-06-03 | Remove unnecessary comment | huderlem | |
2020-06-03 | shop: document some constants s.t. object events don't break | SBird | |
2020-06-03 | Document field_message_box.c | GriffinR | |
2020-06-03 | Merge pull request #1067 from DizzyEggg/transitions | huderlem | |
Transitions | |||
2020-06-02 | its time to ddddddduel | DizzyEggg | |
2020-06-02 | battle transitions | DizzyEggg | |
2020-06-02 | make battle transition OK ok Ok oK | DizzyEggg | |
2020-06-01 | Merge pull request #1066 from pret/revert-1065-transitions | PikalaxALT | |
Revert "More transitions documentation" | |||
2020-06-01 | Revert "More transitions documentation" | PikalaxALT | |
2020-06-01 | Merge pull request #1065 from DizzyEggg/transitions | Sierra A | |
More transitions documentation | |||
2020-06-01 | More transitions documentation | DizzyEggg | |
2020-05-31 | Merge pull request #1064 from DizzyEggg/patch-1 | Sierra A | |
Battle transition arrays easier to edit | |||
2020-05-31 | Battle transition arrays easier to edit | DizzyEggg | |
2020-05-29 | Merge pull request #1061 from GriffinRichards/fix-egg | PikalaxALT | |
Clear up misleading egg step name | |||
2020-05-29 | Merge pull request #1027 from PikalaxALT/gbagfx_tilemap | PikalaxALT | |
Add tilemap rendering capability to gbagfx | |||
2020-05-27 | Clear up misleading egg step name | GriffinR | |
2020-05-27 | Connect title screen BG palettes together | Sierraffinity | |
2020-05-27 | battle_anim_mons: Make cast not depend on size of struct | Sierraffinity | |
2020-05-27 | Fix REG_OFFSET_WININ/OUT mislabeling | Sierraffinity | |
2020-05-27 | Fix OAM region mislabeling | Sierraffinity | |
2020-05-27 | consistency with pokefirered | MandL27 | |
2020-05-27 | document UNKNOWN_A special char | MandL27 | |
2020-05-27 | More touches to pokemon summary screen document | DizzyEggg | |
2020-05-24 | Match sub_817F9F4 | Marcus Huderle | |
2020-05-24 | Use fixed point macros for math util | GriffinR | |
2020-05-24 | Document math_util.c | GriffinR | |
2020-05-24 | Match InBoxInput_Normal, HandleInput_InParty, HandleInput_OnBox, and ↵ | GriffinR | |
HandleInput_OnButtons | |||
2020-05-24 | Match sub_8024604 | GriffinR | |
2020-05-24 | Clean up sub_8022C58 | GriffinR | |
2020-05-24 | Match sub_8022250 | GriffinR | |
2020-05-24 | Clean up slot drawing | hondew | |
Fix typos | |||
2020-05-24 | Rename tag offset functions | hondew | |
Fix typo | |||
2020-05-20 | Merge pull request #1055 from Sierraffinity/mystery_gift_fakematchfix | Sierra A | |
Fix mystery gift fakematchings | |||
2020-05-20 | Merge pull request #1052 from Missingmew/unused-decompress | Sierra A | |
Decompile unused decompress function, as seen in ruby | |||
2020-05-20 | Fix mystery gift fakematchings | Sierraffinity | |
2020-05-20 | Merge pull request #1054 from Sierraffinity/battle_dome_fakematchfix | Sierra A | |
Fix HblankCb_TourneyTree fakematch | |||
2020-05-20 | Fix HblankCb_TourneyTree fakematch | Sierraffinity | |
2020-05-20 | Merge pull request #1053 from Sierraffinity/text-drawdownarrow-fix | Sierra A | |
Fix TextPrinterDrawDownArrow fakematch | |||
2020-05-20 | Fix the fix | Sierraffinity | |
2020-05-20 | Fix TextPrinterDrawDownArrow fakematch | Sierraffinity | |
2020-05-21 | switch to pret short-types and tabs vs spaces | Missingmew | |