Eduardo Quezada
|
1f5adf93c7
|
Cleaned up use of configs be almost exclusively preproc functions
|
2022-08-23 21:00:08 -04:00 |
|
Eduardo Quezada
|
afcc1178b2
|
Merge remote-tracking branch 'pret/master' into MergedBranchUltimate
# Conflicts:
# data/battle_ai_scripts.s
# data/battle_scripts_1.s
# include/battle_controllers.h
# include/battle_script_commands.h
# include/battle_util.h
# include/constants/battle_script_commands.h
# include/constants/global.h
# include/decompress.h
# src/battle_anim_effects_1.c
# src/battle_anim_normal.c
# src/battle_anim_poison.c
# src/battle_anim_water.c
# src/battle_arena.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_safari.c
# src/battle_controller_wally.c
# src/battle_gfx_sfx_util.c
# src/battle_interface.c
# src/battle_main.c
# src/battle_message.c
# src/battle_script_commands.c
# src/battle_util.c
# src/berry.c
# src/data/trainers.h
# src/decompress.c
# src/field_effect.c
# src/hall_of_fame.c
# src/overworld.c
# src/pokeball.c
# src/pokemon.c
# src/pokemon_icon.c
# src/pokemon_storage_system.c
# src/scrcmd.c
|
2022-08-22 20:30:45 -04:00 |
|
Eduardo Quezada
|
2b7a2c4d09
|
Merge remote-tracking branch 'RHH/battle_engine' into MergedBranchUltimate
|
2022-08-22 17:30:48 -04:00 |
|
Eduardo Quezada
|
75ac960365
|
Introduced P_NEW_POKEMON, which will disable all Gen4+ Pokémon and Forms
|
2022-08-22 17:27:21 -04:00 |
|
GriffinR
|
898ec580ae
|
Merge pull request #1737 from GriffinRichards/lock-unlock
Clean up lock/unlock anim movement
|
2022-08-22 01:30:33 -04:00 |
|
GriffinR
|
30906762ed
|
Merge pull request #1740 from AsparagusEduardo/pret_stringTabs
Fixed inconsistent use of white space for scripts, .c files and .h files.
|
2022-08-20 23:03:59 -04:00 |
|
GriffinR
|
9e175a1037
|
Merge pull request #1735 from GriffinRichards/arena-const
Add some missing battle arena constants
|
2022-08-20 22:54:32 -04:00 |
|
GriffinR
|
11b4958f23
|
Incorporate commented bug fixes in contest AI scripts
|
2022-08-19 19:45:15 -04:00 |
|
GriffinR
|
c2d5dd2a1f
|
Additional battle anim sync
|
2022-08-19 11:51:13 -04:00 |
|
Ariel A
|
0b1c81af66
|
Merge branch 'romhack' into lighting
|
2022-08-17 19:59:58 -04:00 |
|
Ariel A
|
d846b9c781
|
Added dynamic palette support for virtual objects.
Added flag to hide follower on certain maps.
|
2022-08-17 19:58:46 -04:00 |
|
Ariel A
|
16babe87fc
|
Follower pokemon now disappears when teleporting.
Fixed GF's incorrect GFX id on Route 123.
|
2022-08-17 19:50:22 -04:00 |
|
Ariel A
|
37ca4a6ceb
|
Made talking to defeated trainers follower-safe.
|
2022-08-16 19:59:14 -04:00 |
|
Eduardo Quezada
|
e43f65cc69
|
using BATTLE_RUN constants in BattleScript_EffectTeleport
|
2022-08-15 21:06:26 -04:00 |
|
Eduardo Quezada
|
e8a05e92e4
|
Corrected additional inconsistent uses of whitespace
|
2022-08-15 17:04:34 -04:00 |
|
Eduardo Quezada
|
63e4a8adcd
|
Fixed instances of .string being used with spaces instead of tabs
|
2022-08-15 14:32:01 -04:00 |
|
GriffinR
|
5515e328b2
|
Clean up lock/unlock anim movement
|
2022-08-12 21:18:10 -04:00 |
|
GriffinR
|
cf4d05e9e7
|
Fix typo
|
2022-08-11 12:09:38 -04:00 |
|
GriffinR
|
63468f9fcb
|
Add some missing battle arena constants
|
2022-08-11 12:02:56 -04:00 |
|
Eduardo Quezada D'Ottone
|
54097951f7
|
Using B_WAIT_TIME_LONG
|
2022-08-03 16:51:02 -04:00 |
|
ghoulslash
|
deddda451b
|
merge w pret
|
2022-07-30 18:35:41 -04:00 |
|
Eduardo Quezada
|
09af7422d5
|
Further cleaning after comparing with pokefirered
STAT_BUFF changed to STAT_CHANGE, as it also uses debuffs
|
2022-07-28 01:27:05 -04:00 |
|
LOuroboros
|
032b7b2ab9
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into yourAffection
|
2022-07-25 10:24:19 -03:00 |
|
Eduardo Quezada
|
231727d02b
|
Merge remote-tracking branch 'RHH/pokemon_expansion' into RHH_masterMerge
# Conflicts:
# asm/macros/event.inc
# data/specials.inc
# include/constants/species.h
# src/data/pokemon/base_stats.h
|
2022-07-22 23:33:04 -04:00 |
|
Eduardo Quezada
|
f3bebcd12c
|
Merge remote-tracking branch 'RHH/battle_engine' into RHH_masterMerge
# Conflicts:
# include/battle_anim.h
# include/global.h
# include/pokemon.h
# src/battle_message.c
# src/battle_script_commands.c
# src/data/pokemon/base_stats.h
|
2022-07-22 22:57:02 -04:00 |
|
ghoulslash
|
3a77b52bad
|
Merge pull request #2194 from AsparagusEduardo/BE_pretmerge
Battle Engine pret merge
|
2022-07-22 14:00:40 -04:00 |
|
Ariel A
|
8aef50c797
|
Fixed leftover Slateport light metatiles.
|
2022-07-21 21:36:40 -04:00 |
|
Eduardo Quezada D'Ottone
|
e14afd8957
|
Added Growth's Atk. raise to the its configuration, as that was also introduced in Gen 5.
|
2022-07-20 10:33:18 -04:00 |
|
Eduardo Quezada D'Ottone
|
cb34119711
|
Config for Charge raising Sp. Def.
|
2022-07-20 10:13:18 -04:00 |
|
Eduardo Quezada D'Ottone
|
fe63dafcc1
|
Merge branch 'battle_engine' into BE_pretmerge
# Conflicts:
# src/battle_anim_fire.c
# src/battle_controller_player.c
|
2022-07-20 08:50:30 -04:00 |
|
ghoulslash
|
2b5bb9f6e4
|
move gSwapDamagecategory to battle struct, use GetSplitBasedOnStats for photon geyser check
|
2022-07-19 18:24:53 -04:00 |
|
ghoulslash
|
5d91bdeafc
|
add B_ANIM_RESTORE_BG to BattleScript_EffectTerrainHit
|
2022-07-17 19:13:45 -04:00 |
|
Ariel A
|
671fa68410
|
Merge branch 'romhack' into lighting
|
2022-07-17 16:07:50 -04:00 |
|
Ariel A
|
9beee311c4
|
Merge branch 'master' into romhack
|
2022-07-17 15:13:15 -04:00 |
|
ghoulslash
|
6b84a9f0b3
|
merge w be
|
2022-07-17 12:40:43 -04:00 |
|
ghoulslash
|
9b5aee3b93
|
fix z stat-boosts
|
2022-07-17 12:17:54 -04:00 |
|
Ariel A
|
b4cc3ca7b7
|
Tileset swapPalettes can now use palette 12 for swapping.
Fixed Slateport Fan Club lights.
|
2022-07-15 19:32:13 -04:00 |
|
Eduardo Quezada D'Ottone
|
e791cf90ad
|
Merge tag 'pretmaster' into BE_pretmerge2
# Conflicts:
# data/battle_anim_scripts.s
# include/battle_anim.h
# include/battle_controllers.h
# include/battle_interface.h
# include/battle_main.h
# include/battle_setup.h
# include/constants/battle_anim.h
# include/constants/battle_string_ids.h
# src/battle_ai_switch_items.c
# src/battle_anim_fire.c
# src/battle_anim_normal.c
# src/battle_controllers.c
# src/battle_dome.c
# src/battle_gfx_sfx_util.c
# src/battle_interface.c
# src/battle_message.c
# src/battle_script_commands.c
# src/battle_util.c
# src/pokemon.c
|
2022-07-15 12:58:46 -04:00 |
|
Eduardo Quezada D'Ottone
|
c69275f373
|
Merge remote-tracking branch 'pret/master' into PE_pretmerge
# Conflicts:
# include/battle_anim.h
# include/pokemon.h
# src/data/pokemon/base_stats.h
|
2022-07-12 17:20:49 -04:00 |
|
GriffinR
|
e6a374f2b6
|
Rename faintifabilitynotdamp and jumpifattackandspecialattackcannotfall
|
2022-07-06 14:49:08 -04:00 |
|
Ariel A
|
8e436e3add
|
Fixed fadescreen interaction with weather on outdoor maps.
|
2022-07-04 16:53:22 -04:00 |
|
LOuroboros
|
8f728dcd79
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into teleport
|
2022-07-03 13:49:18 -03:00 |
|
ghoulslash
|
02a62e245b
|
Merge pull request #1992 from AsparagusEduardo/BE_WhiteOutMoney
Config for lost money after losing a battle
|
2022-07-01 11:58:36 -04:00 |
|
ghoulslash
|
b9be123716
|
Merge pull request #2163 from Sneed69/terrain-softlock-fix
Fix terrain move softlock
|
2022-07-01 11:58:00 -04:00 |
|
ghoulslash
|
a349462b78
|
Merge pull request #2134 from LOuroboros/bePretMerge
Pret merge for the battle_engine
|
2022-07-01 09:21:51 -04:00 |
|
Ariel A
|
090dc6b294
|
Merge branch 'romhack' into lighting
|
2022-06-28 00:07:23 -04:00 |
|
LOuroboros
|
aa5c6a3f01
|
Implemented affection-now-friendship mechanics
|
2022-06-22 00:18:01 -03:00 |
|
Ariel A
|
e5885c1284
|
Fixed Registeel graphics to use OW sprite.
|
2022-06-21 19:44:30 -04:00 |
|
Colton G. Rushton
|
3de23b332a
|
Supplant https://github.com/pret/pokeemerald/pull/1579
|
2022-06-18 21:51:05 -03:00 |
|
GriffinR
|
21ed288f50
|
Merge pull request #1687 from SimplyBLGDev/patch-1
Format newlines in surf.inc
|
2022-06-18 11:04:39 -04:00 |
|