Eduardo Quezada
|
2c4a9b754d
|
Merge branch 'RHH/master' into RHH/upcoming
|
2023-06-30 16:14:57 -04:00 |
|
Eduardo Quezada D'Ottone
|
81e59ace25
|
Cleaned up remaining Castform hack stuff (#3063)
* Removed gCastformFrontSpriteCoords
* Removed sCastformElevations and IsCastformForm
* Removed sCastformBackSpriteYCoords and castformPalette in BattleStruct
* Scrubbed unused BS commands
* Removed B_ANIM_CASTFORM_CHANGE and BattleForm constants
* Removed redundant function in Pokémon Debug menu
* Removed handling in animation scripts
* Removed gBattleMonForms
* Reduced MAX_MON_PIC_FRAMES to 2
* Removed Castform/Cherrim makefile stuff
* Fixed weather form change tests not checking species.
* Fixed Castform palettes after Lunos' PR
|
2023-06-30 09:58:07 +02:00 |
|
Alex
|
20099274d8
|
Fix Clear Amulet visual bug + Tests (#3074)
* Fix Clear Amulet visual bug + Tests
TODO Tests, additional tests + Triple Kick pp bug
* Wonder Guard message, switch instead of if, misalignments
|
2023-06-28 12:26:03 -04:00 |
|
LOuroboros
|
2bf88502a7
|
More corrections
|
2023-06-19 04:18:53 -03:00 |
|
LOuroboros
|
9896f20eb8
|
Applied fixes and corrections (Jun 2023)
|
2023-06-15 09:22:26 -03:00 |
|
LOuroboros
|
eb26039f33
|
Adjusted Triple Arrows' checks
|
2023-06-13 06:03:37 -03:00 |
|
LOuroboros
|
313f522622
|
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into gen_9_move_effects_batch2
|
2023-06-13 05:44:37 -03:00 |
|
Eduardo Quezada
|
4c57b84cd9
|
Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230602
# Conflicts:
# graphics/pokemon/mawile/footprint.png
# src/battle_gfx_sfx_util.c
# src/fldeff_sweetscent.c
# src/pokedex.c
|
2023-06-02 11:45:28 -04:00 |
|
Eduardo Quezada D'Ottone
|
d0e6ea7612
|
Optimized battle gender checks (#3020)
* Optimized battle gender checks
* Apply suggestions from code review
Co-authored-by: AgustinGDLV <103095241+AgustinGDLV@users.noreply.github.com>
---------
Co-authored-by: AgustinGDLV <103095241+AgustinGDLV@users.noreply.github.com>
|
2023-05-27 17:23:02 -04:00 |
|
GriffinR
|
14f7e49099
|
Add some missing palette macro use
|
2023-05-25 15:09:16 -04:00 |
|
Eduardo Quezada
|
de2d86408f
|
Fixed Mimikyu's Disguise not breaking
|
2023-05-24 13:20:22 -07:00 |
|
Eduardo Quezada D'Ottone
|
b972199141
|
Battle Item Refactor Fixes (#3022)
|
2023-05-23 21:32:57 -04:00 |
|
AgustinGDLV
|
5a8715e608
|
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into castform_fix
|
2023-05-23 16:10:44 -07:00 |
|
AgustinGDLV
|
bb10b0d1b0
|
fixed GetBattlerSide, removed debug script
|
2023-05-23 15:50:51 -07:00 |
|
AgustinGDLV
|
34382fcece
|
fixed revive in 1v2 battles
|
2023-05-23 14:19:24 -07:00 |
|
AgustinGDLV
|
d4c7e5e559
|
changed B_WEATHER_FORM preproc to affect tables instead of function
|
2023-05-23 14:03:38 -07:00 |
|
ghoulslash
|
487415e56b
|
Move direct statStage boosts to use statbuffchange (#3000)
* fix double counting stat boosts for download, moxie beast boost etc
* speed boost use statbuffchange
* BattleScript_MoveStatDrain use statbuffchange
* statbuffchange for rage
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
|
2023-05-17 11:22:23 -04:00 |
|
AgustinGDLV
|
7b08713707
|
changed B_WEATHER_FORM_SUPPRESS config to preproc
|
2023-05-16 20:34:16 -07:00 |
|
AgustinGDLV
|
785b100693
|
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into castform_fix
|
2023-05-16 16:29:38 -07:00 |
|
AgustinGDLV
|
0c182345bf
|
reworked weather form reversion + added more tests
|
2023-05-16 16:24:25 -07:00 |
|
ghoulslash
|
eaa44cc8b5
|
fix syntax
|
2023-05-15 15:20:44 -04:00 |
|
ghoulslash
|
6458cab70a
|
use NATIVE_ARGS in various to callnative conversions
|
2023-05-15 15:07:09 -04:00 |
|
ghoulslash
|
60710f823e
|
merge w upcoming
|
2023-05-15 13:13:28 -04:00 |
|
Eduardo Quezada D'Ottone
|
2aca82300c
|
Merge branch 'upcoming' into mega_evo_issues
|
2023-05-14 22:33:01 -04:00 |
|
Salem
|
fe5e59c910
|
Merge branch 'upcoming' into RHH/content/gen9SnowWeather
|
2023-05-07 17:27:58 +02:00 |
|
Martin Griffin
|
9cd13cc520
|
Fix USE_ITEM explicit targets
|
2023-05-07 07:50:41 +01:00 |
|
Eduardo Quezada D'Ottone
|
c530eb2445
|
Add mirror herb (#2873)
|
2023-05-06 21:20:37 -04:00 |
|
Eduardo Quezada D'Ottone
|
42445512ad
|
Battle Item Tests + critical fixes + new test macro (#2940)
|
2023-05-06 20:43:32 -04:00 |
|
AgustinGDLV
|
a5f28afe42
|
fixed Forecast and Flower Gift
|
2023-05-04 17:04:54 -07:00 |
|
CallmeEchoo
|
eb5b81684c
|
refactored snow into damaging weather
this is necessary for ice body to properly work.
doesnt actually do any damage
|
2023-05-05 01:38:12 +02:00 |
|
CallmeEchoo
|
c5a73f59a4
|
ad suggested changes
|
2023-05-02 21:17:14 +02:00 |
|
CallmeEchoo
|
76721b16f8
|
add snow weather
|
2023-05-02 16:25:26 +02:00 |
|
ghoulslash
|
445e9c4b8b
|
merge w upcoming
|
2023-05-01 12:05:07 -04:00 |
|
ghoulslash
|
8cce130643
|
Add Frostbite status (#2942)
|
2023-05-01 09:45:47 -04:00 |
|
Bassoonian
|
39b50d09dd
|
Add missing CanGetFrostbite
|
2023-05-01 11:19:10 +02:00 |
|
Ultimate_Bob
|
32e63d8cc7
|
Don't copy opponent personality when swapping mon sprite during Mega Evolution (#2852)
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2023-04-30 21:15:03 -04:00 |
|
Bassoonian
|
c7d39e561d
|
Clarify weather function
|
2023-04-29 20:41:54 +02:00 |
|
Bassoonian
|
c82c2c185e
|
Integrate ghoul's review
Co-Authored-By: ghoulslash <41651341+ghoulslash@users.noreply.github.com>
|
2023-04-29 18:29:50 +02:00 |
|
Bassoonian
|
854e9be325
|
Fix move defrosting for both Freeze and Frostbite
|
2023-04-28 11:26:31 +02:00 |
|
Bassoonian
|
c279830892
|
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into formbattlechangecontribution
|
2023-04-27 10:50:32 +02:00 |
|
Eduardo Quezada D'Ottone
|
408aa30aa7
|
Merge pull request #17 from AgustinGDLV/pr/castform_fix
|
2023-04-26 14:25:36 -04:00 |
|
Martin Griffin
|
4a0abc5129
|
Merge branch 'upcoming' into rhh-get-party
|
2023-04-26 12:12:03 +01:00 |
|
CallmeEchoo
|
a2809acfd1
|
fix gChosenMovePos not being assigned correctly for battle items
thanks griffin <3
Co-Authored-By: Martin Griffin <838573+mrgriffin@users.noreply.github.com>
|
2023-04-26 01:02:47 +02:00 |
|
Salem
|
78c4d07b23
|
Add Berserk Gene Item (#2893)
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2023-04-25 15:03:57 -04:00 |
|
Bassoonian
|
b1f75569a1
|
Merge branch 'upcoming' into rhhupcomingdev
|
2023-04-25 19:50:26 +02:00 |
|
Frank DeBlasio
|
9562c7a37a
|
Added forbidden Metronome moves from PLA and SV (#2949)
|
2023-04-24 18:49:53 -04:00 |
|
LOuroboros
|
a128192bfe
|
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into trainerSlideMsgUpdate
|
2023-04-24 09:36:09 -03:00 |
|
Bassoonian
|
f13c39d784
|
Thawing out for frostbite
|
2023-04-23 21:20:23 +02:00 |
|
Bassoonian
|
13f6acf9a1
|
General mechanics
|
2023-04-23 19:20:48 +02:00 |
|
Bassoonian
|
a561c6da6a
|
Add config to Frostbite & allow it to be inflicted
|
2023-04-22 23:14:49 +02:00 |
|