Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-18 | Merge pull request #1465 from PikalaxALT/push_symbols | PikalaxALT | |
Port symfile implementation from Ruby, FireRed | |||
2021-06-18 | Fix regex error | PikalaxALT | |
2021-06-18 | change printItemFunc to use u32 instead of s32 | Kurausukun | |
also change a use of -2 to LIST_CANCEL | |||
2021-06-17 | remove gflib | Kurausukun | |
2021-06-17 | Merge pull request #1466 from Sewef/patch-1 | GriffinR | |
Fix sATypeMove_Table definition | |||
2021-06-17 | Update src/battle_message.c | Sewef | |
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com> | |||
2021-06-17 | Fix sATypeMove_Table definition | Sewef | |
2021-06-16 | Symplifi symfiles | PikalaxALT | |
2021-06-16 | Port symfile implementation from Ruby, FireRed | PikalaxALT | |
2021-06-13 | Merge pull request #1464 from ExpoSeed/pret/map-header-flags | GriffinR | |
Change map header flags to use a bitfield | |||
2021-06-13 | Change map header flags to use a bitfield | ExpoSeed | |
2021-06-13 | Merge pull request #1460 from luckytyphlosion/remove-temps | GriffinR | |
Buildsystem no longer builds temporary files for C compilation by default, and other makefile optimizations. | |||
2021-06-13 | Merge pull request #1463 from sphericalice/item-eventscript-labels | GriffinR | |
Rename item script labels to fit the established name scheme | |||
2021-06-13 | Rename item script labels to fit the established name scheme | SphericalIce | |
2021-06-10 | Merge pull request #1462 from ExpoSeed/pret/more-gray-less-grey | GriffinR | |
Remove remaining grey and replace with gray | |||
2021-06-10 | Remove remaining grey and replace with gray | ExpoSeed | |
2021-06-04 | Merge pull request #1461 from Fontbane/patch-1 | luckytyphlosion | |
Rename sText_WildPkmnAppeared2 to reflect its use | |||
2021-06-04 | Rename sText_WildPkmnAppeared2 to reflect its use | AJ Fontaine | |
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative. | |||
2021-06-03 | Fix build on macos. | luckytyphlosion | |
Needs <cerrno> include in tools/preproc/c_file.cpp | |||
2021-06-03 | Remove debug print statements in Makefile. | luckytyphlosion | |
2021-06-03 | Fix building with KEEP_TEMPS=1, and NODEP=1. | luckytyphlosion | |
KEEP_TEMPS=1 not working was due to the pattern substitution in the old makefile rules for compiling C files ($*) not working with the explicit generation of dependencies. NODEP=1 not working was due to the NODEP rule for src/%.s not being updated to use preproc and cpp. | |||
2021-06-02 | Merge pull request #1457 from Kurausukun/const | GriffinR | |
Re-add const to gEvolutionTable in daycare.c | |||
2021-06-01 | Fixes to makefile. | luckytyphlosion | |
Merge C_ASM_DEP and DATA_ASM_DEP, NODEP and SCAN_DEPS can be overridden, add --no-print-directory to MAKEFLAGS in make_tools.mk (also removed some unused variables), add newline to help message in preproc. | |||
2021-06-01 | Merge branch 'master' of https://github.com/pret/pokeemerald into remove-temps | luckytyphlosion | |
2021-06-01 | Optimize Makefile. | luckytyphlosion | |
Don't do recursive makes for COMPARE and MODERN, use minimal makefile for making tools. | |||
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-05-31 | [PROBABLY LEAK-INFORMED] fix battle_transition fakematch, make | Kurausukun | |
consistent use of SOME_VRAM_STORE | |||
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out. | |||
2021-05-31 | [LEAK-INFORMED] also pretty dumb | Kurausukun | |
2021-05-31 | [LEAK-INFORMED] literal dumbest fakematch ever | Kurausukun | |
2021-05-29 | Merge pull request #1274 from luckytyphlosion/master | luckytyphlosion | |
Improve INSTALL.md | |||
2021-05-27 | Merge branch 'master' of https://github.com/pret/pokeemerald | luckytyphlosion | |
2021-05-27 | Fix github links to pret's. | luckytyphlosion | |
2021-05-27 | Fixed ChangeBgY_ScreenOff‘s signature. (#1447) | gAlfonso-bit | |
* Fix Functions * Fix ChangeBgY_ScreenOff signature * Remove unneeded changes * Fix argument mismatch Just to get this out of the way * Not needed * Update palette.c | |||
2021-05-25 | Merge pull request #1448 from Kurausukun/dumb | GriffinR | |
[LEAK-INFORMED] Fix Fakematch in DrawWallpaper | |||
2021-05-25 | better match | Kurausukun | |
2021-05-25 | [LEAK-INFORMED] fix fakematch in DrawWallpaper | Kurausukun | |
2021-05-24 | one last goto | Kurausukun | |
2021-05-24 | Mark 0xFFF8 as ~7 | gAlfonso-bit | |
Since 7 is used as a mask, I wondered if 0xFFF8 was used to undo the mask and it turns out it was. | |||
2021-05-23 | UBFix: uninitialized variables in m4a engine and siirtc.c (#1432) | gAlfonso-bit | |
2021-05-23 | Merge branch 'master' of https://github.com/pret/pokeemerald | luckytyphlosion | |
2021-05-23 | BUGFIX: battle scripts (#1436) | gAlfonso-bit | |
2021-05-23 | UBFIX: sprite.c (#1442) | gAlfonso-bit | |
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com> | |||
2021-05-21 | Merge pull request #1443 from ExpoSeed/document-playbgm | GriffinR | |
Document second parameter of playbgm | |||
2021-05-21 | Document second parameter of playbgm | ExpoSeed | |
2021-05-17 | Merge pull request #1440 from GriffinRichards/remove-berry | GriffinR | |
Remove leftover berry descriptions | |||
2021-05-17 | Remove leftover berry descriptions | GriffinR | |
2021-05-16 | Merge pull request #1439 from AsparagusEduardo/MissingTreeckoAnim | GriffinR | |
Added missing Treecko from animation list. | |||
2021-05-16 | Added missing Treecko from animation list. | Eduardo Quezada D'Ottone | |
2021-05-16 | Merge pull request #1437 from ExpoSeed/bugfixes | GriffinR | |
Various BUGFIXes and UBFIXes |