summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-18Document pokemon summary screenDizzyEggg
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-17Fix CreatedHatchedMon typoGriffinR
2020-05-16Using ability constants for OLD_UNOWN statsAsparagusEduardo
2020-05-15Merge pull request #1040 from PikalaxALT/toolfixPikalaxALT
Fix building modern from clean
2020-05-15Fix building modern from cleanPikalaxALT
2020-05-14Label in_connection's field in ObjectEventTemplateGriffinR
2020-05-14restore SeedRngWithRtc comment and declaration of GF oversight.ProjectRevoTPP
2020-05-12Update bugs_and_glitches.mdSierra A
Add fix for item image flicker
2020-05-12Merge pull request #1037 from hondew/document-bugsSierra A
Create a document for bugs and glitches
2020-05-09Initial bug doc entryhondew
Minor typo
2020-05-04Merge pull request #1035 from Sierraffinity/masterSierra A
Document undefined sprite template behavior
2020-05-04Merge branch 'master' of github.com:pret/pokeemeraldSierraffinity
2020-05-04Merge pull request #1029 from GriffinRichards/fix-clangwarnSierra A
Fix -Wmissing-braces clang warning
2020-05-04Merge pull request #1034 from ipatix/modern_lib_pathSierra A
Fix MODERN=1 for non-devkitARM compilation
2020-05-05Fix MODERN=1 for non-devkitARM compilationMichael 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-03Merge pull request #1030 from SBird1337/gfx/fix-hp-animSierra A
gfx: fix hpbar_anim.png visual palette
2020-05-03gfx: merge battle_interface gfx tableSBird
2020-05-03Merge pull request #1031 from hondew/berry-yieldSierra A
Document minor berry yield bug
2020-05-03Merge pull request #1032 from AsparagusEduardo/OldUnownSierra A
Ordered OLD_UNOWN in the same way as the other base stats.
2020-05-03Merge pull request #1033 from DizzyEggg/patch-1Sierra A
Give a define for all dex interface sprites
2020-05-03Give a define for all dex interface spritesDizzyEggg
for easier editing
2020-05-03Ordered OLD_UNOWN in the same way as the other base stats.AsparagusEduardo
2020-05-02Update external linkshondew
2020-05-02Clarify stageshondew
2020-05-02Document berry yieldhondew
fix wording
2020-05-01gfx: fix hpbar_anim.png visual paletteSBird
2020-04-29Fix -Wmissing-braces clang warningGriffinR
2020-04-28More trainer type usageGriffinR
2020-04-28Sync map types with pokefireredGriffinR
2020-04-28Use trainer type constantsGriffinR
2020-04-28Generalize oamtable namesGriffinR
2020-04-28Index heal location data, use better namesGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-04-27Merge pull request #1028 from jiangzhengwenjz/miscPikalaxALT
sync with pokefirered
2020-04-28CopyTileMapEntryjiangzhengwenjz
2020-04-28fix remainSize typejiangzhengwenjz
2020-04-28librfu issuesjiangzhengwenjz
2020-04-25Document undefined sprite template behaviorSierraffinity
2020-04-25Fix an issue with uninitialized tilemap ptrPikalaxALT
2020-04-24Add tilemap rendering capability to gbagfxPikalaxALT
2020-04-22Merge pull request #1026 from Sierraffinity/masterSierra A
gbagfx: Check for nullptr for new output path
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22Merge pull request #1025 from Sierraffinity/masterSierra A
gbagfx: Various fixes and improvements
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
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-15Merge pull request #1016 from PlatinumMaster/masterDiegoisawesome
Split voicegroups and cry tables properly.
2020-04-15Remove debug sound check.PlatinumMaster
2020-04-15Finalized pull request.PlatinumMaster
2020-04-15Keep up to date with master.PlatinumMaster
2020-04-15Using sandstorm weather constant for Sand Veil encounter rate.AsparagusEduardo