Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-04-28 | More trainer type usage | GriffinR | |
2020-04-28 | Sync map types with pokefirered | GriffinR | |
2020-04-28 | Use trainer type constants | GriffinR | |
2020-04-28 | Generalize oamtable names | GriffinR | |
2020-04-28 | Index heal location data, use better names | GriffinR | |
2020-04-28 | Sync map header property names with pokefirered | GriffinR | |
2020-04-27 | Merge pull request #1028 from jiangzhengwenjz/misc | PikalaxALT | |
sync with pokefirered | |||
2020-04-28 | CopyTileMapEntry | jiangzhengwenjz | |
2020-04-28 | fix remainSize type | jiangzhengwenjz | |
2020-04-28 | librfu issues | jiangzhengwenjz | |
2020-04-25 | Document undefined sprite template behavior | Sierraffinity | |
2020-04-25 | Fix an issue with uninitialized tilemap ptr | PikalaxALT | |
2020-04-24 | Add tilemap rendering capability to gbagfx | PikalaxALT | |
2020-04-22 | Merge pull request #1026 from Sierraffinity/master | Sierra A | |
gbagfx: Check for nullptr for new output path | |||
2020-04-22 | gbagfx: Check for nullptr for new output path | Sierraffinity | |
2020-04-22 | Merge pull request #1025 from Sierraffinity/master | Sierra A | |
gbagfx: Various fixes and improvements | |||
2020-04-22 | gbagfx: Various fixes and improvements | Sierraffinity | |
Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png Allow using only file extension as output to reuse entire path from input before extension | |||
2020-04-15 | Merge pull request #1016 from PlatinumMaster/master | Diegoisawesome | |
Split voicegroups and cry tables properly. | |||
2020-04-15 | Remove debug sound check. | PlatinumMaster | |
2020-04-15 | Finalized pull request. | PlatinumMaster | |
2020-04-15 | Keep up to date with master. | PlatinumMaster | |
2020-04-15 | Using sandstorm weather constant for Sand Veil encounter rate. | AsparagusEduardo | |