Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | Merge pull request #441 from Kurausukun/cast_test | GriffinR | |
Change itemPrintFunc to Use u32 Instead of s32 | |||
2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into ubfix | Kurausukun | |
2021-07-03 | remove redundant variable | Kurausukun | |
2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into cast_test | Kurausukun | |
2021-07-03 | Merge pull request #442 from GriffinRichards/fix-offsets | GriffinR | |
Remove hardcoded offsets in battle scripts | |||
2021-07-03 | Merge pull request #448 from SnorlaxMonster/terrain | GriffinR | |
Using macro for plain terrain instead of hardcoded numbers | |||
2021-07-01 | Merge pull request #447 from Deokishisu/patch-2 | GriffinR | |
Fix Magic Number in party_menu.c | |||
2021-07-01 | Fix Magic Number in party_menu.c | Deokishisu | |
`DisplayPartyPokemonDataForMoveTutorOrEvolutionItem` in `party_menu.c` had a magic number that was missed. This commit fixes it. | |||
2021-06-27 | Merge pull request #446 from garakmon/hey | GriffinR | |
fix encounter slot logic to accomodate changes | |||
2021-06-27 | fix encounter slot logic to accomodate changes | garakmon | |
2021-06-26 | Merge pull request #444 from Kurausukun/fix_alloc | luckytyphlosion | |
Fix Dumb Alloc/AllocZeroed Issue | |||
2021-06-26 | make flash source volatile (ported from emerald) | Kurausukun | |
2021-06-26 | port UBFIXes from emerald | Kurausukun | |
2021-06-26 | fix alloc and alloczeroed | Kurausukun | |
2021-06-26 | Merge pull request #443 from LOuroboros/patch-1 | PikalaxALT | |
Informative note about PewterCity_Gym_Text_BrockDefeat | |||
2021-06-26 | Informative note about gUnknown_2022AE8 | LOuroboros | |
2021-06-26 | Informative note about PewterCity_Gym_Text_BrockDefeat | LOuroboros | |
2021-06-21 | Remove hardcoded offsets in battle scripts | GriffinR | |
2021-06-21 | Use plain terrain macro where appropriate | SnorlaxMonster | |
2021-06-18 | Merge pull request #440 from PikalaxALT/push_symbols | PikalaxALT | |
Symplifi symfiles | |||
2021-06-18 | Fix regex error | PikalaxALT | |
2021-06-17 | change itemPrintFunc to use u32 instead of s32 | Kurausukun | |
2021-06-16 | Symplifi symfiles | PikalaxALT | |
2021-06-16 | Merge pull request #439 from PikalaxALT/push_symbols | PikalaxALT | |
Create symfiles on build | |||
2021-06-15 | Fix yml step names | PikalaxALT | |
2021-06-15 | Force tools to build in GH Actions | PikalaxALT | |
2021-06-15 | Symfile no longer part of all target | PikalaxALT | |
2021-06-15 | Create symfiles on build | PikalaxALT | |
2021-06-06 | Merge pull request #421 from PikalaxALT/modern_ld | PikalaxALT | |
Full support for modern ARM toolchains | |||
2021-06-04 | Merge remote-tracking branch 'origin/master' into modern_ld | PikalaxALT | |
2021-06-03 | Merge pull request #438 from PikalaxALT/doc_tileset_anims | GriffinR | |
Doc tileset anims | |||
2021-06-03 | Merge remote-tracking branch 'origin/master' into doc_tileset_anims | PikalaxALT | |
2021-06-03 | Reorganize tileset graphics files | PikalaxALT | |
2021-06-03 | Merge pull request #437 from Deokishisu/linkplayer-sync | GriffinR | |
Sync LinkPlayer Struct with pokeemerald | |||
2021-06-03 | Correct palettes on tileset anims | PikalaxALT | |
2021-06-03 | Revert BG_CHAR_ADDR replacements in tileset_anims.c | PikalaxALT | |
2021-06-03 | Sync LinkPlayer Struct with pokeemerald | Deokishisu | |
In pokefirered, the `LinkPlayer` struct used an 11-byte name field and puts extra link-related info in the last three bytes. pokeemerald separates these last three bytes into their own fields. This commit replicates how pokeemerald handles those fields. Also renamed `IntlConvertLinkPlayerName` to pokeemerald's `ConvertLinkPlayerName` because I was there and noticed it. | |||
2021-06-03 | Tileset anims to PNG | PikalaxALT | |
2021-06-03 | Rename funcs and data in tileset_anims.c | PikalaxALT | |
2021-06-02 | Merge pull request #435 from Kurausukun/dumb | GriffinR | |
[LEAK-INFORMED] Fix CreateShedinja Fakematch | |||
2021-06-02 | Merge pull request #436 from PikalaxALT/sync_link_rfu | GriffinR | |
Sync link rfu from Emerald | |||
2021-06-02 | Minor aesthetic tweaks RE review | PikalaxALT | |
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-06-01 | Sync link_rfu_3.c from Emerald | PikalaxALT | |
2021-06-01 | Sync link_rfu_2 symbols from Emerald | PikalaxALT | |
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
2021-05-28 | Port link_rfu_2 fakematch fix from Emerald | PikalaxALT | |
2021-05-27 | Merge pull request #431 from PikalaxALT/sync_bery_crush | GriffinR | |
Sync berry crush from Emerald | |||
2021-05-26 | Revert typedefs in math_util | PikalaxALT | |
2021-05-24 | Rename fixed point math routines again | PikalaxALT | |