Eduardo Quezada
|
ebbcb7d025
|
Whitespace, documentation and style
|
2024-01-22 19:12:52 -03:00 |
|
Eduardo Quezada
|
ddc752eb14
|
Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers
# Conflicts:
# asm/macros/event.inc
# data/field_effect_scripts.s
# data/maps/BattleFrontier_BattleTowerLobby/scripts.inc
# data/script_cmd_table.inc
# graphics/pokemon/castform/sunny/anim_front.png
# graphics/pokemon/castform/sunny/normal.pal
# include/battle_util.h
# include/constants/event_object_movement.h
# include/constants/field_effects.h
# src/battle_controller_player.c
# src/battle_util.c
# src/data/object_events/movement_action_func_tables.h
# src/data/object_events/object_event_pic_tables.h
# src/data/trainer_graphics/back_pic_anims.h
# src/daycare.c
# src/event_object_movement.c
# src/field_effect_helpers.c
# src/load_save.c
# src/scrcmd.c
# src/trainer_see.c
|
2024-01-17 18:11:35 -03:00 |
|
psf
|
bf8b09b1b6
|
Item Ball refactor / Pluralize item names for giveitem and finditem (#3942)
* Emptied out item_ball_scripts
Added GetObjectEventTrainerRangeFromTemplate
Added Common_EventScript_FindItem
* Replaced trainer_sight_or_berry_tree_id with item constant
Replaced scripts with Common_EventScript_FindItem
* Renamed to GetItemBallIdAndAmountFromTemplate
Moved to item_ball.c
* Updated ObjectEventTemplate
* Updated inc files to support plural item names
* Refactored CopyItemNameHandlePlural to handle all items
* Change failsafe in GetItemBallIdFromTemplate to be ITEM_NONE + 1 instead of ITEMS_COUNT
* Converted spaces to tabs
https://github.com/rh-hideout/pokeemerald-expansion/pull/3942\#discussion_r1446415663
https://github.com/rh-hideout/pokeemerald-expansion/pull/3942\#discussion_r1446415525
https://github.com/rh-hideout/pokeemerald-expansion/pull/3942\#discussion_r1446415409
https://github.com/rh-hideout/pokeemerald-expansion/pull/3942\#discussion_r1446415130
* Added warning on object_event macro to prevent silent failure
Reverted global.fieldmap to original state, per feedback
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
|
2024-01-14 21:35:45 +01:00 |
|
Ariel A
|
72c81db042
|
Merge branch 'followers' into lighting
|
2023-12-31 01:45:07 -05:00 |
|
Ariel A
|
7d7531f2fa
|
Merge branch 'master' into followers
|
2023-12-31 01:28:27 -05:00 |
|
psf
|
fe16a2cdee
|
Port pokefirered's Vs. Seeker to pokeemerald (#3256)
* First version of Vs. Seeker
* Update movement.inc
98f7e9978d (r1306721924)
* Update field_effect_scripts.s
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306722004
* Update field_effect_scripts.s
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306722024
* Update item_use.h
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306722401
* Update movement_action_func_tables.h
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306722828
* Update event_object_movement.c
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306722887
* Update overworld.c
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306723396
* Update vs_seeker.h
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256/files#r1306724158
* Update vs_seeker.c
Addressed some cleanup comments from SBird
* Update UpdateRandomTrainerRematches
Fixed typo in ClearAllTrainerRematchStates
Fixed types in GetRematchableTrainerLocalId
* Updated UseVsSeekerEffect_2
* Updated UseVsSeekerEffect_3
* Updated UseVsSeekerEffect_4
* Fixed bug that allowed Vs Seeker to be used indoors in correct places
Moved VsSeeker function declarations into header
* Refactored FieldUseFunc_VsSeeker
* Added curly braces to else case in FieldUseFunc_VsSeeker
* renamed data[x] in Task_ResetObjectsRematchWantedState
* Refactored Task_ResetObjectsRematchWantedState
* Refactored VsSeekerResetObjectMovementAfterChargeComplete
* Refactored ResetMovementOfRematchableTrainers
* Refactored GatherNearbyTrainerInfo
* Refactored Task_VsSeeker_3
* CanUseVsSeeker
* Refactored GetVsSeekerResponseInArea
* GetCurVsSeekerResponse refactored
* Cleaned up GetTrainerFlagFromScript
* Gave sensible names to Task_VsSeeker
* Fixed two bugs where player would not have the right gfx state after using VsSeeker on a Bike or Underwater
* Renamed UseVsSeeker Functions
* Added I_VS_SEEKER_CHARGING to make Vs. Seeker broken until flag is assigned
Removed extra VsSeeker animation code
* Addressed PR feedback
* Fixed issue with building non-modern
* Refactored GetRunningBehaviorFromGraphicsId and renamed to GetResponseMovementTypeFromTrainerGraphicsId
* Addresses Lunos's PR feedback: https://github.com/rh-hideout/pokeemerald-expansion/pull/3256\#pullrequestreview-1623547850
Removed the check to see if a map was not indoors to improve readability
Made IsValidLocationForVsSeeker into a static function
* Added changes in response to Jasper's feedback
https://github.com/rh-hideout/pokeemerald-expansion/pull/3256\#pullrequestreview-1725276522
* Updated with Edu's discord feedback https://discord.com/channels/419213663107416084/1135040810082123907/1176872015085453392
* Removed ifdef tags around the repo unless needed
b5dc744ced
|
2023-11-26 18:58:43 +01:00 |
|
Eduardo Quezada
|
8e0991475c
|
Incorporated upstream fixes
|
2023-10-27 11:04:10 -03:00 |
|
GriffinR
|
a5c2ac5e49
|
Use BUGFIX in assembly files
|
2023-10-20 09:10:49 -04:00 |
|
Ariel A
|
c1953e5d4b
|
Improved OutOfCenterPartyHeal interaction with followers.
|
2023-06-27 23:40:50 -04:00 |
|
Eduardo Quezada
|
341ce6fd95
|
Merge remote-tracking branch 'merrp_origin/followers-expanded-id' into merrp/followers_RHH_merge3
# Conflicts:
# .github/workflows/build.yml
# README.md
# gflib/sprite.c
# graphics/pokemon/banette/anim_front.png
# graphics/pokemon/banette/normal.pal
# graphics/pokemon/sentret/normal.pal
# graphics/pokemon/togetic/anim_front.png
# graphics/pokemon/togetic/normal.pal
# include/battle_script_commands.h
# include/data.h
# ld_script.txt
# src/battle_controller_player.c
# src/bike.c
# src/event_object_movement.c
|
2023-06-16 21:25:16 -04:00 |
|
ghoulslash
|
5657f8369e
|
merge w pret
|
2023-05-11 10:44:18 -04:00 |
|
ghoulslash
|
7bb8115099
|
add start menu funcs, credit deokishisu
|
2023-03-03 09:08:05 -05:00 |
|
Eduardo Quezada
|
011ec16f1e
|
Organized conffig files into their own folder and cleaned up
|
2022-11-14 11:03:49 -03:00 |
|
Eduardo Quezada
|
e3005e5275
|
Item config for repel prompt
|
2022-09-12 10:21:52 -03:00 |
|
TheXaman
|
8c9a59ec1c
|
Merge branch 'tx_debug_system' of https://github.com/TheXaman/pokeemerald into tx_debug_system_rhh
|
2022-08-29 19:13:11 +02:00 |
|
ghoulslash
|
deddda451b
|
merge w pret
|
2022-07-30 18:35:41 -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 |
|
Ariel A
|
8e436e3add
|
Fixed fadescreen interaction with weather on outdoor maps.
|
2022-07-04 16:53:22 -04:00 |
|
TheXaman
|
c54bf21b01
|
Merge branch 'master' of https://github.com/pret/pokeemerald into tx_debug_system
|
2022-04-16 23:18:35 +02:00 |
|
LOuroboros
|
fa39dc76dc
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into HEAD
|
2022-04-02 18:45:18 -03:00 |
|
Ariel A
|
c29516bc2f
|
Fixed bug with follower update after the party was healed. Credit: Jaizu
|
2021-12-22 22:14:28 -05:00 |
|
LOuroboros
|
e28fa7f91c
|
Update event_scripts.s
|
2021-12-21 22:10:54 -03:00 |
|
Ariel A
|
bdcbb5c700
|
Merge branch 'master' into romhack
|
2021-12-18 17:14:52 -05:00 |
|
ultima-soul
|
23bf41713c
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-12-01 20:17:08 -08:00 |
|
ghoulslash
|
6f6ed0a25c
|
Merge branch 'master' of https://github.com/pret/pokeemerald into dexnav
|
2021-11-28 15:01:19 -05:00 |
|
ultima-soul
|
0312c5be8b
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-11-27 21:38:26 -08:00 |
|
ultima-soul
|
3ed51d6d91
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-11-21 10:40:26 -08:00 |
|
GriffinR
|
e66ea0cb99
|
Reformat compare + goto_if/call_if to single statements
|
2021-11-18 23:06:51 -05:00 |
|
TheXaman
|
2f8896f2f0
|
Merge branch 'master' of https://github.com/pret/pokeemerald into tx_debug_system
|
2021-11-18 15:13:04 +01:00 |
|
GriffinR
|
c4f8f4d11a
|
Add STR_VAR_# ids to string buffer macros
|
2021-11-17 22:00:44 -05:00 |
|
GriffinR
|
f85de6eca5
|
Start event macro comment updates
|
2021-11-15 10:54:57 -05:00 |
|
GriffinR
|
b14fe9dce3
|
Merge pull request #1547 from GriffinRichards/doc-sounddata
Clean up sound, add CRY_MODE constants
|
2021-11-13 15:54:40 -05:00 |
|
ghoulslash
|
fdaa979bd6
|
Merge branch 'master' of https://github.com/pret/pokeemerald into dexnav
|
2021-11-09 08:58:29 -05:00 |
|
GriffinR
|
54b254a829
|
Add CRY_MODE constants
|
2021-11-07 13:33:05 -05:00 |
|
ghoulslash
|
eee3f5b181
|
merge w pret
|
2021-11-05 09:22:24 -04:00 |
|
cbt6
|
32aaf6912f
|
Rename movement scripts to use Faster over Fastest
|
2021-11-05 02:22:28 +08:00 |
|
GriffinR
|
fbf3bf2ce8
|
Replace 'mystery_event_club'
|
2021-10-26 22:43:56 -04:00 |
|
ghoulslash
|
222d1d3194
|
merge with pret
|
2021-10-26 13:21:50 -04:00 |
|
GriffinR
|
ece7ef3410
|
Correct usage of MysteryEvent to MysteryGift
|
2021-10-17 03:00:48 -04:00 |
|
Ariel Antonitis
|
8a3b04e837
|
Merge branch 'master' into romhack
|
2021-09-02 01:03:13 -04:00 |
|
ghoulslash
|
03fa4939ff
|
merge with pret
|
2021-08-18 20:22:03 -06:00 |
|
ultima-soul
|
02c9e040df
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-08-11 16:33:10 -07:00 |
|
GriffinR
|
06351bf63c
|
Remove address comments
|
2021-07-20 15:18:31 -04:00 |
|
ghoulslash
|
0c14ec4b78
|
Merge branch 'master' of https://github.com/pret/pokeemerald into dexnav
|
2021-06-11 12:22:15 -06:00 |
|
ultima-soul
|
092f02f119
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-06-07 12:00:23 -07:00 |
|
Ariel Antonitis
|
e4b9bb75e2
|
Merge branch 'master' into romhack
|
2021-06-04 23:36:21 -04:00 |
|
ExpoSeed
|
6a977bdbfc
|
Document second parameter of playbgm
|
2021-05-21 15:08:00 -05:00 |
|
ghoulslash
|
5e948e746b
|
add dexnav
|
2021-04-02 12:28:00 -06:00 |
|
ghoulslash
|
dfce7f1548
|
add auto read signposts
|
2021-04-01 09:45:17 -06:00 |
|