12991 Commits

Author SHA1 Message Date
Ariel A
7d4015dc5f Changed default follower elevation to player's current elevation. 2022-04-30 17:07:50 -04:00
Ariel A
5e1c6e0f25 Fixed GetFollowerObject being able to sometimes return removed/inactive objects. 2022-04-30 16:22:57 -04:00
Ariel A
1ad46e52c2 Merge branch 'romhack' into lighting 2022-04-28 23:22:57 -04:00
Ariel A
2bc5da3f2f Fixed sprite palette gamma types. 2022-04-28 22:54:05 -04:00
Ariel A
a05adff325 Merge branch 'romhack' into lighting 2022-04-27 22:51:51 -04:00
Ariel A
13565fc023 Fixed removeobject clearing the palettes of unloaded dummy sprites. 2022-04-27 22:43:25 -04:00
Ariel A
483d4b3448 Fixed all field effects with gendered palette tags (warp arrow, surf blob, bird) 2022-04-27 22:43:12 -04:00
Eduardo Quezada D'Ottone
cb9cace04f Merge remote-tracking branch 'RHH/pokemon_expansion' into PE_KadabraEverstone
# Conflicts:
#	include/constants/pokemon_config.h
2022-04-27 12:05:33 -04:00
ghoulslash
2a1733349a
Merge pull request #2101 from LOuroboros/patch-3
Updated trainer slide-in array
2022-04-27 10:03:02 -04:00
LOuroboros
66d8409075 Update post review 2022-04-27 10:03:32 -03:00
ghoulslash
7bc50392d0
Merge pull request #2072 from AsparagusEduardo/PE_ShellBlastEverstone
Fixed Shelmet and Karrablast being able to evolve if the partner is holding an Everstone
2022-04-27 08:51:37 -04:00
ghoulslash
909602ae58
Merge pull request #2064 from AsparagusEduardo/PE_dexShinyGenderFix
Addressed inconsistency in behavior with Shiny mon with gender differences upon catch
2022-04-27 08:49:49 -04:00
ghoulslash
166b16d22c
Merge pull request #2091 from AsparagusEduardo/PE_LegendaryIV
Config for Legendaries, Mythicals and Ultra Beasts to have at least 3 perfect IVs
2022-04-27 08:48:22 -04:00
ghoulslash
29d8ed9602
Merge pull request #2083 from AsparagusEduardo/BE_moveDesc
Adjusted description of Glacial Lance and Astral Barrage
2022-04-27 08:46:48 -04:00
ghoulslash
fccd4d14b1
Merge pull request #2085 from AsparagusEduardo/PE_PokemonJump
Added Pokémon Jump data.
2022-04-27 08:45:35 -04:00
ghoulslash
574be40f26
Merge pull request #2099 from Greenphx9/calyrex_rider_icons
Calyrex Rider Icons
2022-04-27 08:43:53 -04:00
BuffelSaft
746d9ea6c5 Add AI_GetBattlerMoveTargetType()
Add AI version of the function that handles move target selection, as it needs to have ability and item info that it may not have access to.
2022-04-27 22:23:20 +12:00
BuffelSaft
af6242f2e0 Requested changes, Sticky Web edge case
Fix issues found by ghoulslash, and make sure Defiant works properly with Sticky Web and Court Change.
2022-04-27 21:51:10 +12:00
GriffinR
2b223acd87 Fix math in CreateBerrySprite 2022-04-26 21:44:11 -04:00
Eduardo Quezada
59fea06bad Fixed compile when using both Pokémon expansion and randomizer/challenges 2022-04-25 11:19:13 -04:00
BuffelSaft
5358cc0a00 Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into gen_8_moves_batch2 2022-04-25 13:38:13 +12:00
LOuroboros
487e3c46d1
Updated trainer slide-in array 2022-04-24 17:27:23 -03:00
Ariel A
2ecddee1cc Merge branch 'romhack' into lighting 2022-04-24 03:03:02 -04:00
Ariel A
30c366eec3 Added support for setting overworld species via GFX script vars.
Fixed minor graphical bug in LoadWhiteFlashPalette.
2022-04-24 02:56:27 -04:00
Greenphx9
b3294c60a2 Calyrex Rider Icons 2022-04-22 16:31:17 +10:00
GriffinR
fc5747f0f7
Merge pull request #1649 from GriffinRichards/clean-trainer
Trainer hill clean up
2022-04-20 00:20:44 -04:00
Ariel A
f94a92fe1f Fixed shadow brightness during battle transition. 2022-04-19 15:55:10 -04:00
Ariel A
68497d81ce Merge branch 'romhack' into lighting 2022-04-18 22:49:26 -04:00
Ariel A
acfd11bb21 Ignored species shiny/form bits in ScrCmd_bufferspeciesname. 2022-04-18 22:45:08 -04:00
Ariel A
2d376d8317 Removed shadows in puddles or sand piles. Optimized shadow tile loading. 2022-04-18 01:30:10 -04:00
Ariel A
bc2b50cd2e Added LoadPaletteFast function. 2022-04-18 00:23:15 -04:00
Ariel A
ea6c1a9e40 Optimized UpdateTimeOfDay. 2022-04-18 00:23:15 -04:00
Ariel A
6e621d80a1 Added day/night palette swapping.
Updated lighting for lava, Petalburg, Slateport, Dewford, Verdanturf, Oldale, Mossdeep, Lilycove, Fallarbor.
Improved lantern appearance & added neon signs on PokeCenter & Mart.
Optimized gamma shift code.
Removed obselete CacheLightMetatiles.
2022-04-18 00:23:11 -04:00
TheXaman
02ac6bbead Merge branch 'tx_pokedexPlus_hgss' of https://github.com/TheXaman/pokeemerald into tx_pokedexPlus_hgss 2022-04-17 17:08:59 +02:00
TheXaman
5bb3e78387 more tx_randomizer_and_challenges compatibility 2022-04-17 17:05:27 +02:00
Eduardo Quezada D'Ottone
239ebe9973
Revert "Removed ternary from CanMonLearnTMTutor" 2022-04-17 09:17:52 -04:00
LOuroboros
95f5950811 Removed ternary from CanMonLearnTMTutor 2022-04-17 09:43:09 -03:00
TheXaman
509b92bbfd saves the gba from calculating randomized preEvolutions 2022-04-17 00:58:37 +02:00
TheXaman
c54bf21b01 Merge branch 'master' of https://github.com/pret/pokeemerald into tx_debug_system 2022-04-16 23:18:35 +02:00
TheXaman
8006b8dbcd Merge branch 'master' of https://github.com/pret/pokeemerald into tx_pokedexPlus_hgss 2022-04-16 23:17:55 +02:00
TheXaman
edc46a9920 changes for new tx_randomizer_and_challenges 2022-04-16 23:14:49 +02:00
Eduardo Quezada D'Ottone
16283b47c7 Fixed compile. I had these changes in a testing branch but forgot to add them back here. 2022-04-16 15:57:38 -04:00
sbird
59cff2190d fix building without NDEBUG on agbcc 2022-04-16 19:03:20 +02:00
Eduardo Quezada D'Ottone
a6175d2622 Config for Legendaries, Mythicals and Ultra Beasts to have at least 3 perfect IVs 2022-04-16 13:01:15 -04:00
Eduardo Quezada D'Ottone
84d713a50f Legendary and Mythical flags 2022-04-14 18:44:20 -04:00
TheXaman
2fa812df26 Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into rhh_master_merge 2022-04-13 20:51:35 +02:00
Eduardo Quezada D'Ottone
8a7e8e9805
Apply suggestions from code review 2022-04-12 21:13:48 -04:00
LOuroboros
446bcd3181 Merge branch 'master' of https://github.com/pret/pokeemerald into pePret 2022-04-11 01:23:18 -03:00
LOuroboros
eb1834ce84 Merge branch 'master' of https://github.com/pret/pokeemerald into iePret 2022-04-11 01:22:48 -03:00
LOuroboros
b6e2945072 Merge branch 'master' of https://github.com/pret/pokeemerald into bePret 2022-04-11 01:22:10 -03:00