Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-20 | Decompile unused function, as seen in ruby | Missingmew | |
2020-05-19 | Merge pull request #1049 from GriffinRichards/typo | Sierra A | |
sPrizeListGigaSwap typo fix | |||
2020-05-19 | sPrizeListGigaSwap typo fix | GriffinR | |
2020-05-19 | Merge pull request #1038 from ProjectRevoTPP/master | PikalaxALT | |
restore SeedRngWithRtc comment and declaration of GF oversight. | |||
2020-05-19 | Merge pull request #1044 from DizzyEggg/sss | PikalaxALT | |
Document pokemon summary screen | |||
2020-05-18 | Merge pull request #1046 from Kurausukun/patch-2 | Sierra A | |
Fix compilation on gcc 10 (for real this time) | |||
2020-05-18 | Fix compilation on gcc 10 (for real this time) | Kurausukun | |
2020-05-18 | Merge pull request #1041 from AsparagusEduardo/UnownStats | Sierra A | |
Using ability constants for OLD_UNOWN stats | |||
2020-05-18 | Merge pull request #1039 from GriffinRichards/doc-inconnect | Sierra A | |
Label in_connection's field in ObjectEventTemplate | |||
2020-05-18 | Merge pull request #1043 from Kurausukun/patch-1 | Sierra A | |
Fix compilation on gcc 10 | |||
2020-05-18 | Merge pull request #1042 from GriffinRichards/typo | Sierra A | |
Fix CreatedHatchedMon typo | |||
2020-05-18 | Document pokemon summary screen | DizzyEggg | |
2020-05-18 | Fix compilation on gcc 10 | Kurausukun | |
2020-05-17 | Fix CreatedHatchedMon typo | GriffinR | |
2020-05-16 | Using ability constants for OLD_UNOWN stats | AsparagusEduardo | |
2020-05-15 | Merge pull request #1040 from PikalaxALT/toolfix | PikalaxALT | |
Fix building modern from clean | |||
2020-05-15 | Fix building modern from clean | PikalaxALT | |
2020-05-14 | Label in_connection's field in ObjectEventTemplate | GriffinR | |
2020-05-14 | restore SeedRngWithRtc comment and declaration of GF oversight. | ProjectRevoTPP | |
2020-05-12 | Update bugs_and_glitches.md | Sierra A | |
Add fix for item image flicker | |||
2020-05-12 | Merge pull request #1037 from hondew/document-bugs | Sierra A | |
Create a document for bugs and glitches | |||
2020-05-09 | Initial bug doc entry | hondew | |
Minor typo | |||
2020-05-04 | Merge pull request #1035 from Sierraffinity/master | Sierra A | |
Document undefined sprite template behavior | |||
2020-05-04 | Merge branch 'master' of github.com:pret/pokeemerald | Sierraffinity | |
2020-05-04 | Merge pull request #1029 from GriffinRichards/fix-clangwarn | Sierra A | |
Fix -Wmissing-braces clang warning | |||
2020-05-04 | Merge pull request #1034 from ipatix/modern_lib_path | Sierra A | |
Fix MODERN=1 for non-devkitARM compilation | |||
2020-05-05 | Fix MODERN=1 for non-devkitARM compilation | Michael Panzlaff | |
gcc has this nice option "-print-file-name=" to locate a file in its search path. This is a more portable way to locate libgcc.a and libc.a so there is no longer the need to mess around with devkitARM's path's. | |||
2020-05-03 | Merge pull request #1030 from SBird1337/gfx/fix-hp-anim | Sierra A | |
gfx: fix hpbar_anim.png visual palette | |||
2020-05-03 | gfx: merge battle_interface gfx table | SBird | |
2020-05-03 | Merge pull request #1031 from hondew/berry-yield | Sierra A | |
Document minor berry yield bug | |||
2020-05-03 | Merge pull request #1032 from AsparagusEduardo/OldUnown | Sierra A | |
Ordered OLD_UNOWN in the same way as the other base stats. | |||
2020-05-03 | Merge pull request #1033 from DizzyEggg/patch-1 | Sierra A | |
Give a define for all dex interface sprites | |||
2020-05-03 | Give a define for all dex interface sprites | DizzyEggg | |
for easier editing | |||
2020-05-03 | Ordered OLD_UNOWN in the same way as the other base stats. | AsparagusEduardo | |
2020-05-02 | Update external links | hondew | |
2020-05-02 | Clarify stages | hondew | |
2020-05-02 | Document berry yield | hondew | |
fix wording | |||
2020-05-01 | gfx: fix hpbar_anim.png visual palette | SBird | |
2020-04-29 | Fix -Wmissing-braces clang warning | GriffinR | |