DizzyEggg
|
5ea66f3c0c
|
more optimizations
|
2023-09-14 00:07:41 +02:00 |
|
DizzyEggg
|
38dcb3c66c
|
ai weather optimization
|
2023-09-13 17:28:26 +02:00 |
|
DizzyEggg
|
b7d0d37757
|
fix conflicts
|
2023-09-13 15:14:09 +02:00 |
|
DizzyEggg
|
94a3e80c8e
|
Remove redundant side macros/funcs (#3299)
Co-authored-by: gruxor <gruxor@proton.me>
|
2023-09-13 09:19:18 -03:00 |
|
DizzyEggg
|
9031f5a063
|
get battlers' speed only once
|
2023-09-13 14:04:25 +02:00 |
|
DizzyEggg
|
1a64938c9b
|
optimize dmg move result and ai who is faster
|
2023-09-13 13:23:19 +02:00 |
|
DizzyEggg
|
406209f738
|
score to s32
|
2023-09-13 09:27:49 +02:00 |
|
GriffinR
|
de3493ff0e
|
Merge pull request #1921 from citrusbolt/blockboxrs
[LEAK-INFORMED] Add `blockBoxRS` field to `struct BoxPokemon`
|
2023-09-12 18:48:05 -04:00 |
|
DizzyEggg
|
9778587935
|
optimize battle util and item functions by setting u32 variables
|
2023-09-13 00:02:26 +02:00 |
|
DizzyEggg
|
44bd830d2a
|
optimize dmg calc and ai dmg calc to reduce lag
|
2023-09-12 23:20:09 +02:00 |
|
Eduardo Quezada
|
b89722500f
|
Fixed Mr. Mime capitalization
|
2023-09-12 13:09:56 -03:00 |
|
DizzyEggg
|
bd48cca8a2
|
ai delay timer
|
2023-09-12 10:35:05 +02:00 |
|
ghoulslash
|
b861f6dd9a
|
Fix overworld snow weather + make overworld fog cause misty terrain (#3241)
|
2023-09-11 09:28:44 -04:00 |
|
ghoulslash
|
582cfb0ae7
|
Convert various to callnatives - Part 1 (#3269)
|
2023-09-11 09:19:56 -04:00 |
|
Aaghat
|
daeb2efd46
|
some minor clean up
|
2023-09-11 17:55:17 +05:30 |
|
Eduardo Quezada
|
6a70b06240
|
Removed unused itemId field
|
2023-09-10 19:42:33 -03:00 |
|
Eduardo Quezada
|
755e260da4
|
Merge branch 'RHH/master' into RHH/upcoming
# Conflicts:
# include/constants/battle_move_effects.h
# test/battle/move_effect/multi_hit.c
|
2023-09-10 18:38:46 -03:00 |
|
Alex
|
18577ce598
|
Fix Scale Shot bug and use Canceller Multihit Moves (#3290)
|
2023-09-10 11:57:19 -03:00 |
|
Aaghat
|
2d2a255e6f
|
Forgot to change caught mon dex page
|
2023-09-09 11:29:24 +05:30 |
|
Aaghat
|
1b17e3adff
|
set hgss pokedex off by default
|
2023-09-09 10:59:44 +05:30 |
|
Aaghat
|
332cc29273
|
Add new Evo methods
|
2023-09-09 10:56:45 +05:30 |
|
Aaghat
|
6ac16c8c2e
|
More clean up
|
2023-09-09 10:16:14 +05:30 |
|
kittenchilly
|
7a24167b4d
|
Merge remote-tracking branch 'upstream/upcoming' into overworldsnow
|
2023-09-08 11:47:35 -05:00 |
|
Aaghat
|
dbeaa2b2e9
|
add config comment
|
2023-09-08 21:56:12 +05:30 |
|
Aaghat
|
7832a43544
|
Minor fixes
|
2023-09-08 21:47:43 +05:30 |
|
Aaghat
|
cc273ed2c4
|
Clean Up
|
2023-09-08 19:25:01 +05:30 |
|
Aaghat
|
c4231ba860
|
Merge branch 'tx_pokedexPlus_hgss' of https://github.com/TheXaman/pokeemerald into PokedexPlus_Hgss
|
2023-09-08 18:47:26 +05:30 |
|
psf
|
75d06bb599
|
Generation 6 Experience Share (#3276)
|
2023-09-07 23:18:18 -03:00 |
|
kittenchilly
|
e20383b0a4
|
Merge branch 'upcoming' into overworldsnow
|
2023-09-07 14:29:30 -05:00 |
|
Eduardo Quezada
|
3333395ff7
|
Merge branch 'RHH/upcoming' into RHH/pr/upcoming/variousGone1
# Conflicts:
# include/constants/battle_script_commands.h
# src/battle_script_commands.c
|
2023-09-07 15:54:55 -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 |
|
citrusbolt
|
d31b168522
|
Add blockBoxRS field to struct BoxPokemon
|
2023-09-05 06:17:10 -06:00 |
|
DizzyEggg
|
cfd802423b
|
Fling fixes and tests (#3191)
* begin fling tests
* fling fixes and tests
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update test/move_effect_fling.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* scripts names change
* fix fling's test file
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2023-09-05 06:56:36 -03:00 |
|
ghoulslash
|
675aa5db41
|
fix GetBattleAnimMoveTargets logic (#3278)
* fix GetBattleAnimMoveTargets logic
* more efficient GetBattleAnimMoveTargets
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
|
2023-09-05 09:21:14 +02:00 |
|
kittenchilly
|
1e10bbe007
|
Merge branch 'upcoming' into overworldsnow
|
2023-09-04 17:57:20 -05:00 |
|
kittenchilly
|
2fa4206bf1
|
Add new Substitute doll sprites (#3263)
|
2023-09-04 19:48:43 -03:00 |
|
DizzyEggg
|
d9677763e5
|
remove gActiveBattler replacement
|
2023-09-04 10:26:37 +02:00 |
|
DizzyEggg
|
7c2ad314d4
|
merge with upcoming
|
2023-09-04 09:40:48 +02:00 |
|
Ariel A
|
f8ca559378
|
Merge branch 'followers-expanded-id' into lighting-expanded-id
|
2023-09-03 18:17:50 -04:00 |
|
Ariel A
|
d800d71461
|
Merge branch 'followers' into lighting
|
2023-09-03 17:49:27 -04:00 |
|
Ariel A
|
bf80e5cf4f
|
Merge branch 'followers' into followers-expanded-id
# TODOs changed:
# -: Define action flags:
|
2023-09-03 17:42:31 -04:00 |
|
Ariel A
|
8df538479a
|
Merge branch 'master' into followers
|
2023-09-03 17:39:35 -04:00 |
|
Ariel A
|
d929aa60ed
|
Added support for 48x48 and 64x64 followers. See event_objects.h
|
2023-09-03 16:51:43 -04:00 |
|
kittenchilly
|
0a781217ea
|
Merge branch 'upcoming' into overworldsnow
|
2023-09-02 15:17:23 -05:00 |
|
Eduardo Quezada
|
66710ac22a
|
Updated various defines
|
2023-08-31 23:54:11 -04:00 |
|
Eduardo Quezada
|
c4553c71aa
|
5 more callnatives
- jumpifshelltrap
- jumpifemergencyexited
- jumpifrodaffected
- jumpifabsorbaffected
- jumpifmotoraffected
|
2023-08-31 23:43:48 -04:00 |
|
Eduardo Quezada
|
4ac61ad15f
|
handleultraburst, handleprimalreversion, handlemegaevo
|
2023-08-31 22:34:57 -04: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
|
9fcb1a8687
|
Merge remote-tracking branch 'upstream/upcoming' into overworldsnow
|
2023-08-31 11:56:12 -05:00 |
|