Alex
|
a073e7bd59
|
Adds Gigaton Hammer and Salt Cure (#3297)
|
2023-09-15 11:18:47 -03:00 |
|
Alex
|
80ec67482e
|
Bitter Blade and Double Shock animations (#3310)
|
2023-09-14 15:31:18 -03:00 |
|
Eduardo Quezada
|
820113d883
|
Merge branch 'RHH/master' into RHH/upcoming
# Conflicts:
# data/battle_anim_scripts.s
# data/battle_scripts_1.s
# include/battle_scripts.h
# include/battle_util.h
# src/battle_script_commands.c
# src/battle_util.c
|
2023-09-07 15:13:06 -03:00 |
|
Alex
|
c99b34fd89
|
Fix Magnet Rise animation (#3280)
|
2023-09-05 08:08:51 -03:00 |
|
Eduardo Quezada D'Ottone
|
c4e88760f5
|
Pret merge (2023/08/31) (#3268)
|
2023-08-31 14:52:18 -04:00 |
|
Eduardo Quezada
|
0d5b00aaf2
|
Merge remote-tracking branch 'pret/master' into RHH/pr/upcoming/pret_20230829
# Conflicts:
# README.md
# data/battle_ai_scripts.s
# data/battle_scripts_1.s
# data/maps/BattleFrontier_Lounge7/scripts.inc
# include/battle_anim.h
# include/battle_message.h
# include/constants/items.h
# src/battle_ai_script_commands.c
# src/battle_ai_switch_items.c
# src/battle_anim_throw.c
# src/battle_anim_utility_funcs.c
# src/battle_controller_link_opponent.c
# src/battle_controller_link_partner.c
# src/battle_controller_opponent.c
# src/battle_controller_player.c
# src/battle_controller_player_partner.c
# src/battle_controller_recorded_opponent.c
# src/battle_controller_recorded_player.c
# src/battle_controller_wally.c
# src/battle_gfx_sfx_util.c
# src/battle_message.c
# src/battle_script_commands.c
# src/battle_util.c
# src/data/party_menu.h
# src/data/pokemon/tmhm_learnsets.h
# src/daycare.c
# src/field_specials.c
# src/hall_of_fame.c
# src/party_menu.c
# src/pokemon.c
# src/tv.c
|
2023-08-31 14:28:01 -04:00 |
|
kittenchilly
|
c427d96f3f
|
Better Ultra Burst animation
|
2023-08-29 19:13:21 -05:00 |
|
kittenchilly
|
c3e31af5f3
|
Ultra burst trigger
|
2023-08-09 22:12:26 -05:00 |
|
Alex
|
8ee3a3c5bb
|
solve conflics
|
2023-08-07 14:25:30 +02:00 |
|
Martin Griffin
|
17555feb20
|
Animation script cleanup and fixes - Part 2 (#3193)
|
2023-08-02 12:28:29 +01:00 |
|
Philipp AUER
|
44eb6260cc
|
[battle, anim] woodhammer animation overhaul (#3192)
* [battle, anim] woodhammer animation overhaul
* squashme: timings
---------
Co-authored-by: sbird <sbird@no.tld>
|
2023-08-01 19:10:18 -04:00 |
|
Eduardo Quezada
|
e21346dd67
|
Fixed Rage Powder's animation not turning the user red
|
2023-08-01 19:05:39 -04:00 |
|
Eduardo Quezada
|
d0277fc04f
|
Cleaned: createvisualtask AnimTask_BlendColorCycle
|
2023-08-01 19:05:18 -04:00 |
|
Eduardo Quezada
|
2cf7f54a6b
|
Cleaned: 3 more createvisualtask
- AnimTask_CanBattlerSwitch
- AnimTask_BlendMonInAndOut
- AnimTask_CentredFrozenIceCube
|
2023-08-01 19:05:11 -04:00 |
|
Eduardo Quezada
|
ac519bd5d3
|
Cleaned: createvisualtask AnimTask_FlailMovement & AnimTask_ElectricChargingParticles
|
2023-08-01 19:05:04 -04:00 |
|
Eduardo Quezada
|
eef07a9f9f
|
Cleaned: createvisualtask AnimTask_HorizontalShake
|
2023-08-01 19:04:56 -04:00 |
|
Eduardo Quezada
|
5fc5e5703c
|
Cleaned: createvisualtask AnimTask_RockMonBackAndForth & AnimTask_PositionFissureBgOnBattler
|
2023-08-01 19:04:47 -04:00 |
|
Eduardo Quezada
|
323b771630
|
Cleaned: createvisualtask AnimTask_ScaleMonAndRestore & AnimTask_RotateMonSpriteToSide
|
2023-08-01 19:03:52 -04:00 |
|
Eduardo Quezada
|
b4ad3be0cb
|
Cleaned: createvisualtask AnimTask_ShakeMon
|
2023-08-01 19:02:59 -04:00 |
|
Eduardo Quezada
|
1d25dd0c93
|
Cleaned: createvisualtask AnimTask_ShakeMon2
|
2023-08-01 19:02:57 -04:00 |
|
Eduardo Quezada
|
d3f170ef0f
|
Cleaned: createvisualtask AnimTask_ShakeMonInPlace
|
2023-08-01 19:02:14 -04:00 |
|
Eduardo Quezada D'Ottone
|
15c0ea253a
|
Animation script cleanup and fixes - Part 1 (#3185)
* Cleaned: visible, monbg & invisible
* Cleaned: createvisualtaskontargets AnimTask_ShakeMon
* Cleaned: createvisualtask SoundTask_PlayDoubleCry
* Fixed: createvisualtask SoundTask_PlayCryWithEcho
Checksum changed from
7a05d0b5b2cd65346597a9a598c7f7cde1570475
to
35eae7f4357391b1ce38f0d79715f47f92c82087
* Cleaned: createvisualtask SoundTask_PlayCryHighPitch
* Cleaned: createvisualtask AnimTask_WindUpLunge
* Cleaned: createvisualtask AnimTask_TranslateMonEllipticalRespectSide
* Cleaned: createvisualtask AnimTask_SwayMon
* Cleaned: createvisualtask AnimTask_Splash
* Removed bad use of: createvisualtask AnimTask_Splash in Move_ROCK_CLIMB
It wasn't breaking the animation because ANIM_ATTACKER (0) was being passed for the hop count, essentially skipping the animation.
* Cleaned: createvisualtask AnimTask_ShockWaveProgressingBolt & AnimTask_ShakeMonInPlace
* Fixed Move_PLASMA_FISTS's use of AnimTask_ShockWaveProgressingBolt
|
2023-07-31 23:17:50 +02: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
|
ea7e6265dd
|
Small Grassy Glide anim bug (#3092)
|
2023-06-29 14:07:46 -04:00 |
|
ghoulslash
|
7371a9e401
|
Add many gen 8 move animations (#2861)
* port many gen8 and 9 move anims from cfru
* fix thunder cage, shell smash, shelter anims. update anim credits
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2023-06-21 13:19:54 -04:00 |
|
ghoulslash
|
a929ae8b48
|
Replace launchtemplate and launchtask in battle anims (#2640)
* replace launchtemplate with createsprite using fix_launchtemplate.py
* tidy up script
* fix comment handing in fix_launchtemplate.py
* fix double comma after sprite template
* remove py script
* convert launchtask -> createvisualtask
* fix launchtask->createvisualtask issue
* fix ANIM_PAL ORs
* remove launchtemplate, launchtask macros
* fix pal macros in z moves
* fix bloom doom
* add F_PAL_ALL_BUT_DEF
* remove all ANIM_PAL_ usages
* devestating drake fix
* convert launchsoundtask and setblends
* Reworked CFRU macro PR
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com>
|
2023-05-27 17:32:53 -04: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 |
|
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 |
|
ghoulslash
|
868838a87d
|
Add thunder cage case to trap anim IDs (#2941)
|
2023-04-24 14:35:42 -04:00 |
|
LOuroboros
|
f4e8389779
|
Added Psyblade and Hydro Steam
|
2023-03-17 09:25:39 -03:00 |
|
DizzyEggg
|
306c4565a0
|
merge
|
2023-03-06 15:32:28 +01:00 |
|
Eduardo Quezada
|
41bf9ea63c
|
Removed trailing whitespaces
|
2023-02-26 18:43:15 -03:00 |
|
DizzyEggg
|
8ccffa617a
|
fix createspriteontargets on electricy anim
|
2023-02-26 19:47:44 +01:00 |
|
DizzyEggg
|
4bdca43dbd
|
refactor mega evolution indicator sprite
|
2023-02-26 12:51:35 +01:00 |
|
DizzyEggg
|
e0b76e98ff
|
Add MOVE_SHELL_TRAP Effect (#2716)
* implemented Shell Trap
Co-authored-by: AgustinGDLV <agustingomezdelavega@gmail.com>
|
2023-02-22 13:55:34 +00:00 |
|
ghoulslash
|
4b64433816
|
Add Battle Anim cmds for dynamic Task, Sprite creation + Misc. Anim Fixes (#2649)
* add createvisualtaskontargets, createspriteontargets to fix electroweb, fiery wrath anims
* add missing semicolon
* add Cmd_createspriteontargets_onpos for heal block, fix heal block targeting
* remove duplicate func
* improve origin pulse anim
* fix IsDoubleBattle call
* venom drench acid uses average battler positions
* add GetSubpriorityForMoveAnim
* add GetBattleAnimMoveTargets for CreateSpriteOnTargets and Cmd_createvisualtaskontargets
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
|
2023-02-19 11:48:12 +01:00 |
|
DizzyEggg
|
5d958e245a
|
Merge pull request #2669 from Jaizu/giga_impact_contests
Fix Giga Impact on contests.
|
2023-02-13 09:22:24 +01:00 |
|
DizzyEggg
|
513ecd50ba
|
Fix Spacial Rend animation
|
2023-02-09 13:24:23 +01:00 |
|
Jaizu
|
9f7267e48d
|
Fix Giga Impact on contests.
|
2023-02-09 11:29:29 +01:00 |
|
DizzyEggg
|
dcb63e1518
|
Merge pull request #2610 from ghoulslash/be/animsilktrap
Silk trap Animation
|
2023-02-07 16:13:53 +01:00 |
|
ghoulslash
|
a775f6f31a
|
Merge pull request #2642 from AlexOn1ine/strange_steam_v2
Fix Strange Steam anim
|
2023-02-07 09:25:04 -05:00 |
|
ghoulslash
|
0c4c3fbbb7
|
Fix Poison Gas Anim for MOVE_TARGET_BOTH (#2608)
* poison gas anim handles MOVE_TARGET_BOTH
* fix sprite position fields
* fix it again
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
|
2023-02-07 12:14:36 +01:00 |
|
Alex
|
2f412b206a
|
Fix Strange Steam anim
|
2023-02-07 00:40:37 +01:00 |
|
ghoulslash
|
3f616215ea
|
add silk trap anim
|
2023-01-28 09:03:18 -05:00 |
|
Eduardo Quezada
|
749225ace1
|
Matching merge from upstream pret
# Conflicts:
# graphics/interface/menu_info.png
# include/pokemon.h
# src/battle_ai_switch_items.c
# src/battle_anim_mons.c
# src/battle_anim_water.c
# src/battle_controller_opponent.c
# src/battle_gfx_sfx_util.c
# src/battle_main.c
# src/battle_pike.c
# src/battle_script_commands.c
# src/data/pokemon/species_info.h
# src/pokemon.c
# src/pokemon_summary_screen.c
|
2023-01-20 12:31:54 -03:00 |
|
GriffinR
|
b7d92e8537
|
Revert incorrect constant usage, add new correct ones
|
2023-01-18 12:11:09 -05:00 |
|
GriffinR
|
5a906c33ac
|
Merge branch 'master' into sync_battle_anim_args
|
2023-01-18 11:47:33 -05:00 |
|
ghoulslash
|
a425de77a6
|
Merge pull request #2446 from LOuroboros/primal
Updated AnimTask_PrimalReversion
|
2023-01-04 09:16:28 -05:00 |
|
SonikkuA-DatH
|
f0aee1f8d3
|
Merge branch 'upcoming' into SonikkuA-DatH-Teatime2
|
2022-12-18 17:50:39 -08:00 |
|