Eduardo Quezada D'Ottone
|
13ca2271e2
|
Add meltan and melmetal teachable moves (#2732)
|
2023-03-07 10:25:05 -03:00 |
|
Eduardo Quezada
|
9917f5cc8b
|
Merge remote-tracking branch 'pret/master' into RHH/sync/pret_20230303
# Conflicts:
# Makefile
# include/constants/pokemon.h
# include/pokemon.h
# make_tools.mk
# src/battle_ai_script_commands.c
# src/battle_controllers.c
# src/battle_main.c
# src/battle_script_commands.c
# src/party_menu.c
# src/pokemon.c
# src/trade.c
# src/trainer_pokemon_sprites.c
|
2023-03-03 11:00:50 -03:00 |
|
ghoulslash
|
ad6495980f
|
Partially fix dex size inconsistencies (#2799)
|
2023-03-02 09:35:32 -05:00 |
|
DizzyEggg
|
12db276a71
|
fix endif
|
2023-02-28 10:36:11 +01:00 |
|
DizzyEggg
|
1fb2560f7b
|
newline
|
2023-02-28 10:14:16 +01:00 |
|
DizzyEggg
|
9d1e31ab39
|
accidentally removed ifs
|
2023-02-28 10:12:50 +01:00 |
|
DizzyEggg
|
cc2778b8bb
|
some touches
|
2023-02-28 10:08:31 +01:00 |
|
Eduardo Quezada
|
90021f3be6
|
Removed zMovePower field in gBattleMoves in favor of a function.
|
2023-02-27 23:49:43 -03:00 |
|
DizzyEggg
|
3159508603
|
fix dex size inaccuraccies
|
2023-02-27 23:08:54 +01:00 |
|
GriffinR
|
8d88a38561
|
Merge pull request #1854 from GriffinRichards/constants-num-frames
Add MAX_MON_PIC_FRAMES, and trainer pic size constants
|
2023-02-27 13:16:49 -05:00 |
|
Eduardo Quezada
|
41bf9ea63c
|
Removed trailing whitespaces
|
2023-02-26 18:43:15 -03:00 |
|
BuffelSaft
|
deb3109c81
|
Use proper symbol name styles for Jangmo-o family (#2739)
|
2023-02-26 13:15:53 +13:00 |
|
Alex
|
7ea82820ec
|
Consider nature power in AI_CalcDamage
|
2023-02-25 15:07:45 +01:00 |
|
Eduardo Quezada
|
31ab56bceb
|
Fixed footprint symbol names.
|
2023-02-25 09:23:34 -03:00 |
|
Eduardo Quezada
|
ca81d7a0f9
|
Forgot about Jangmo-o
|
2023-02-24 21:58:09 -03:00 |
|
Eduardo Quezada
|
bbefee6bd4
|
Use proper symbol styles for Hakamo-O and Kommo-O
|
2023-02-24 15:22:58 -03:00 |
|
DizzyEggg
|
3ff8c95c4e
|
add meltan melmetal teachable moves
|
2023-02-23 10:53:55 +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 |
|
LOuroboros
|
c33cc834bc
|
Updated Psyshield Bash's accuracy
|
2023-02-19 19:04:36 -03: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
|
56c9564e7a
|
8th gen Howl's effect (#2700)
* Howl gen8 effect
|
2023-02-17 10:28:46 +00:00 |
|
Eduardo Quezada D'Ottone
|
625a7622e2
|
Merge pull request #2697 from AsparagusEduardo/RHH/sync/pret_20230214
It's ya boi, pret merge! (pret merge 2023/02/16)
|
2023-02-16 21:57:41 -03:00 |
|
DizzyEggg
|
94651e77a5
|
Fix Clang Scales target and effect
|
2023-02-15 22:18:18 +01:00 |
|
Eduardo Quezada
|
7ddebb6671
|
Merge remote-tracking branch 'pret/master' into RHH/sync/pret_20230214
# Conflicts:
# data/battle_ai_scripts.s
# src/menu_specialized.c
# src/mystery_gift_menu.c
|
2023-02-15 14:18:00 -03:00 |
|
Eduardo Quezada
|
b62e5aa72e
|
Merge remote-tracking branch 'pret/master' into RHH/sync/pret_20230214
# Conflicts:
# src/battle_main.c
# src/field_specials.c
# src/trade.c
|
2023-02-15 14:11:03 -03:00 |
|
GriffinR
|
a322379feb
|
Merge branch 'master' into doc-windows
|
2023-02-15 10:04:48 -05:00 |
|
ghoulslash
|
908b509401
|
Fix Round's Base Power calc, Add Turn order effects (#2602)
* fix round base power calc, add turn order change
* remove unused callnative cmd
* fix round turn order update
* fix moveTarget getting set incorrectly in HandleAction_UseMove. also redirection doesn't affect MOVE_TARGET_ALL_BATTLERS
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
|
2023-02-14 16:49:50 +01:00 |
|
Jaizu
|
9f7267e48d
|
Fix Giga Impact on contests.
|
2023-02-09 11:29:29 +01:00 |
|
GriffinR
|
c32fbf594a
|
Merge pull request #1851 from GriffinRichards/doc-fldspc
Document remaining field_specials task data
|
2023-02-08 22:34:57 -05:00 |
|
GriffinR
|
5496f0e6b0
|
Merge pull request #1850 from GriffinRichards/sync-trade
Sync trade
|
2023-02-03 19:05:00 -05:00 |
|
Jaizu
|
717ba22ea1
|
Make contest opponents an enum
I'm sure that at least 2 people eventually might consider editing them, this makes it easier.
|
2023-02-03 15:49:22 +01:00 |
|
GriffinR
|
3b15fd34cc
|
Merge branch 'master' of https://github.com/pret/pokeemerald into constants-num-frames
|
2023-02-01 16:09:01 -05:00 |
|
GriffinR
|
4328ed8b19
|
Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows
|
2023-02-01 14:59:45 -05:00 |
|
GriffinR
|
9003966fcc
|
Misc field_specials cleanup
|
2023-02-01 11:48:55 -05:00 |
|
ghoulslash
|
2b58593e33
|
Merge pull request #2595 from AsparagusEduardo/RHH/pr/data/Gen9Items
Added some Gen9 item data and fixed Punching Glove's effect
|
2023-01-27 16:13:50 -05:00 |
|
Eduardo Quezada D'Ottone
|
4c4fa6a2b6
|
Merge pull request #2603 from TeamAquasHideout/upcoming
Fix Wood Hammer To Have 1/3rd Recoil
|
2023-01-27 10:47:32 -03:00 |
|
Team Aqua's Hideout
|
e87e8d0898
|
Fix Wood Hammer To Have 1/3rd Recoil
Wood Hammer was set to 1/4th recoil before
|
2023-01-27 08:16:37 -05:00 |
|
Eduardo Quezada
|
a044774896
|
Added Gen9 item data and fixed Punching Glove's effect
|
2023-01-24 16:47:54 -03:00 |
|
GriffinR
|
7681340966
|
Merge branch 'master' of https://github.com/pret/pokeemerald into sync-trade
|
2023-01-23 14:45:51 -05:00 |
|
ghoulslash
|
321634ed3b
|
Silk Trap Effect (#2512)
* add silk trap effect, analog of obstruct
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2023-01-23 16:42:47 -03:00 |
|
Eduardo Quezada D'Ottone
|
fbcad9d3ec
|
Merge pull request #2572 from rh-hideout/AsparagusEduardo-patch-1
Fixed Exp Candy S using the XS description
|
2023-01-23 15:00:25 -03: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
|
18384894e0
|
Merge pull request #1822 from AsparagusEduardo/pret/doc/typesEggGroups
Made Types and Egg Groups into arrays
|
2023-01-15 00:27:20 -05:00 |
|
Eduardo Quezada
|
70d59d6aa9
|
Improve Easy Chat documentation
|
2023-01-15 02:15:11 -03:00 |
|
Eduardo Quezada D'Ottone
|
6e1981369b
|
Fixed Exp Candy S using the XS description
|
2023-01-13 13:22:27 -03:00 |
|
GriffinR
|
b873d69679
|
Sync trade anim
|
2023-01-09 15:32:04 -05:00 |
|
ghoulslash
|
da27df9f18
|
Merge pull request #2326 from AsparagusEduardo/RHH/pr/reworkScald
Rolled EFFECT_SCALD into EFFECT_BURN_HIT with a config for its Gen6+ change
|
2023-01-08 16:25:29 -05:00 |
|
GriffinR
|
c91b13a12b
|
Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows
|
2023-01-07 13:30:11 -05:00 |
|
Eduardo Quezada D'Ottone
|
7622d84a4f
|
Revert "Removed Unown hack"
|
2023-01-07 11:39:56 -03:00 |
|
Eduardo Quezada
|
d72a3731d4
|
Merge branch 'RHH/upcoming' into RHH/pr/feature/reworkScald
# Conflicts:
# include/constants/battle_move_effects.h
|
2023-01-06 15:25:49 -03:00 |
|