Eduardo Quezada D'Ottone
0d86ab0945
Gen. 9 Move Effects, 2nd batch ( #2870 )
2023-06-19 14:00:03 -04:00
Joggel19
7be7ecfa51
fixed AI considering status priority moves for AI_WhoStrikesFirst
2023-06-19 18:07:54 +02:00
LOuroboros
2bf88502a7
More corrections
2023-06-19 04:18:53 -03:00
LOuroboros
48c04f936a
Split Refresh's and Take Heart's effects in AI_CheckViability
2023-06-19 00:08:59 -03:00
Eduardo Quezada
03a4793324
Added LoadPlayerObjectEventPalette to load gender pals
2023-06-18 02:24:18 -04:00
Eduardo Quezada
c391c66249
Cleanup pt4
...
- Removed TIME_OF_DAY_FADE and UpdateTimeOfDayPaletteFade
- Renamed FieldCallback_Fly back to FieldCallback_UseFly
2023-06-18 01:45:04 -04:00
Eduardo Quezada
634bb19560
Removed colored nature.
2023-06-18 01:22:25 -04:00
Eduardo Quezada
bf814e11cd
Cleanup
...
- Proper whitespace
- Bracket pret style
- Simplified RemoveObjectEventInternal
- SImplified GetMonInfo
- Made IsFollowerVisible easier to read
2023-06-18 01:19:46 -04:00
Eduardo Quezada
148641da15
Cleanup pt2
...
- Reverted GetPlayerAvatarGenderByGraphicsId return type
- Removed IsAccurateGBA
- Removed TIME_OF_DAY constants
2023-06-17 23:45:44 -04:00
Eduardo Quezada
e7a1c93774
Removed MON_DATA_NATURE
2023-06-17 23:40:38 -04:00
Eduardo Quezada
4bbe3278d6
Cleanup pt1
...
- Moved Tracks to the end of field effect scripts
- Restored whitespace in scripts to minimize conflicts
- Restored data/maps/map_groups.json
- Proper tab uses in scripts
- Allow SHADOW_SIZE_XL to be used
2023-06-17 23:34:01 -04:00
Eduardo Quezada
621ca115a2
Added OBJ_EVENT_GFX_SPECIES macro to help setting up OW Graphic IDs
2023-06-17 23:05:59 -04:00
Eduardo Quezada
33012d841a
Cleaning up follower Object Event IDs + Reverted OW Regis
...
TODO: allow OW mon to have their frames play more than once
2023-06-17 23:05:29 -04:00
Eduardo Quezada
116f61f055
Removed unneeded calls to bufferspeciesname
2023-06-17 19:27:33 -04:00
Eduardo Quezada
1c829c0dcd
Merge branch 'RHH/master' into RHH/upcoming
2023-06-17 17:49:15 -04:00
Eduardo Quezada D'Ottone
7505b323ab
Test Runner support for illegal abilities ( #3045 )
2023-06-17 17:23:32 -04:00
Eduardo Quezada
ab6c7a1df0
Fixed Castform
2023-06-16 22:57:00 -04:00
Eduardo Quezada
db5e3342ac
Follower Pokemon
2023-06-16 21:27:14 -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
LOuroboros
9984a9e096
Update src/data/battle_moves.h
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2023-06-15 09:59:25 -03:00
LOuroboros
9896f20eb8
Applied fixes and corrections (Jun 2023)
2023-06-15 09:22:26 -03:00
LOuroboros
81bb299e7f
Updated Axe Kick's battle script
...
I have no idea why is this working now when I'm pretty sure it didn't work before, but I consider this a win all the same.
2023-06-13 06:50:48 -03:00
LOuroboros
3a23207ef4
Applied Alex's corrections to Triple Arrows' tests
2023-06-13 06:29:39 -03:00
LOuroboros
eb26039f33
Adjusted Triple Arrows' checks
2023-06-13 06:03:37 -03:00
LOuroboros
5fbfc119da
'Triple Arrows [the move] makeS the foe'... etc
2023-06-13 05:51:32 -03:00
LOuroboros
313f522622
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into gen_9_move_effects_batch2
2023-06-13 05:44:37 -03:00
LOuroboros
8efbe825db
Updated preproc config for Diamond Storm
2023-06-09 14:32:10 -07:00
Ariel A
7631ceddf9
Merge branch 'followers' into lighting
2023-06-08 21:11:56 -04:00
Ariel A
91794286b5
Improved light color blending logic.
...
Added auxiliary .pla files to gbafx, to support setting color high bits.
Updated light palettes to new system.
2023-06-08 21:07:07 -04:00
GriffinR
fce97dc397
Merge pull request #1891 from ipatix/makefilefix
...
Fix compilation for modern under certain circumstances
2023-06-08 12:20:42 -04:00
Michael Panzlaff
2651401e6b
Fix PATH for modern target for non dkp systems
...
When prepending something to PATH, we should use PATH=/foo/bar:$PATH
and not PATH=/foo/bar:PATH. Because your shell won't certainly find
something under the literal name PATH.
If one is not using devkitarm, TOOLCHAIN will resolve to an empty
string. If TOOLCHAIN is an empty string the only search path for the
modern gcc will be /bin which may work on some installations but is
probably not what was originally intended with this line. So let's just
search the standard search path if nothing can be found under $(TOOLCHAIN).
Either way, PATH is already set up previously, so we can make sure
MODERNCC is invoked properly by calling MODERNCC with PATH=$(PATH).
2023-06-08 12:42:17 +02:00
LOuroboros
d385ae3d5e
Killed the bKGD invalid index warning
...
Special thanks to:
-Blackforest for the tips on how to go about fixing the sprites with GIMP.
-Dat.S.H for a tip on how to make the conversion process easier to perform.
-Psf for actually going and doing it.
2023-06-07 23:13:07 -03:00
Eduardo Quezada
49ffd4a2e9
Easy Chat always shows words in uppercase
2023-06-06 10:55:42 -04:00
GriffinR
7ecdb3046a
Merge pull request #1894 from mrgriffin/patch-2
...
Fix EWRAM_DATA wildcards
2023-06-06 09:32:11 -04:00
Eduardo Quezada
601a96f34a
Fixes Hisuian mon not evolving + fixed regional mon not breeding correctly
2023-06-06 08:01:29 -04:00
Martin Griffin
62f592f4df
Fix EWRAM_DATA wildcards
...
`ewram_data` not `.ewram_data`, doh!
2023-06-06 09:02:52 +01:00
GriffinR
9c4a59f865
Fix swapped Dodrio Berry Picking palettes
2023-06-05 19:53:59 -04:00
Ariel A
8b0457197a
Updated follower color fill palette logic.
2023-06-05 18:22:19 -04:00
GriffinR
86459acb69
Fix sTVPokemonAnslerTextGroup typo
2023-06-05 13:13:35 -04:00
GriffinR
859eb4dab6
Merge pull request #1893 from Bassoonian/fixfishinggamestat
...
Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS
2023-06-05 08:45:05 -04:00
Bassoonian
7bf34448e4
Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS
2023-06-05 14:15:07 +02:00
Eduardo Quezada
e43567f0a1
Fixed releases order
2023-06-03 16:49:49 -04:00
Eduardo Quezada
ee2f9da72a
Fixed issue template titles
2023-06-03 16:40:51 -04:00
Eduardo Quezada D'Ottone
c17d6f4bc7
Update 01_battle_engine_bugs.yaml
2023-06-03 16:39:56 -04:00
Eduardo Quezada
b389c34c88
Further templates
2023-06-03 16:36:20 -04:00
Eduardo Quezada D'Ottone
91c6c3ea95
Create battle_ai_issues.yaml
2023-06-03 15:11:47 -04:00
Eduardo Quezada D'Ottone
f8408a42b3
Update battle_engine_bugs.yaml
2023-06-03 15:07:43 -04:00
AgustinGDLV
1ea23daefe
fixed bug with zeroing out abilities on switch-in
2023-06-03 11:58:57 -07:00
AgustinGDLV
d795256142
remove debug
2023-06-03 11:56:01 -07:00
Eduardo Quezada D'Ottone
d7130fbb0f
Create battle_engine_bugs.yaml
2023-06-03 14:50:14 -04:00