Ariel A
a4e032c28d
Merge branch 'followers' into lighting
2025-02-10 00:19:48 -05:00
Ariel A
ef05bbf394
Merge remote-tracking branch 'upstream/master' into followers
2025-02-10 00:11:38 -05:00
shachar700
95aa41f0d4
Fixed switchout bug in multibattle where order of mons gets messed up ( #2099 )
CI / build (push) Has been cancelled
2025-01-29 07:43:13 +00:00
Ariel A
7612e38641
fix: improved FadeScreenHardware during fade-in
2025-01-26 20:52:50 -05:00
Ariel A
84fecf21c9
Merge branch 'followers' into lighting
2025-01-25 21:38:22 -05:00
Ariel A
d73167e262
fix: treat 1-tile jumps as slow copyable movement for follower pokemon
2025-01-25 21:37:16 -05:00
Ariel A
521bea6bc3
fix: allowed loading non-word-aligned tileset palettes
2025-01-25 20:59:08 -05:00
Ariel A
16c31d61b4
fix: removed fadescreenswapbuffers palette dependence, via hardware fade
2025-01-25 20:58:22 -05:00
Ariel A
090c4f3936
feat: hardware fades now affect BLDALPHA too
2025-01-25 20:57:30 -05:00
Ariel A
ce9f3b95f3
fix: non-following pokemon using slide-in battle animation
2025-01-21 23:27:57 -05:00
Raymond Dodge
a3d0978762
Replace easy_chat alphabetialOrder magic numbers with EC_INDEX values ( #2096 )
CI / build (push) Has been cancelled
2025-01-18 20:58:03 -05:00
DizzyEggg
e83f7c79eb
Fix conflicting types for rotating gate functions ( #2087 )
CI / build (push) Waiting to run
2025-01-17 18:19:21 -05:00
DizzyEggg
0a436d580e
Extern gSprites and gOamMatrices with known array size ( #2090 )
2025-01-17 18:18:17 -05:00
GriffinR
2f67b17571
Document bard music ( #2053 )
...
* Missing bard song limit constants
* Index bard sound arrays with word constants
* Document bard music
2025-01-17 17:54:38 +00:00
DizzyEggg
9385dfed67
Fix CaveTransition pals
2025-01-15 10:08:02 +01:00
DizzyEggg
84856817b2
remove undef TASK_NONE from list_menu
2025-01-09 19:33:45 +01:00
DizzyEggg
9ab4f5d26a
extern gAncientPowerRockSpriteTemplate fix
2025-01-09 15:50:39 +01:00
DizzyEggg
0ec1189f34
extern const gBasicHitSplatSpriteTemplate
2025-01-07 22:14:54 +01:00
Ariel A
4047f9b764
feat: added FadeScreenHardware utility
2025-01-01 00:37:35 -05:00
Ariel A
faf773a54b
feat: added time-blend override
2025-01-01 00:37:21 -05:00
Ariel A
a515cb3c6b
Merge branch 'followers' into lighting
2025-01-01 00:37:09 -05:00
Ariel A
01335fa453
Unfreeze follower object during lockall (if safe movement flag set).
...
MSGBOX_SIGN no longer freezes follower.
2025-01-01 00:35:30 -05:00
Ariel A
3fffb9fac6
feat: added configuration to restrict following pokemon. Closes #42
2024-12-30 21:38:18 -05:00
Ariel A
57a198bca0
feat: make follower sidestep or backstep with player during scripts
2024-12-30 21:38:18 -05:00
Ariel A
5536a5535c
fix: made slitherTracks_Transitions a proper 2D array. Credit: jaizu
2024-12-30 20:52:05 -05:00
Eduardo Quezada
50d325f081
Slight contest documentation ( #2078 )
CI / build (push) Has been cancelled
2024-12-27 11:09:33 -05:00
Ariel A
d12a24aef2
fix: gave MOVEMENT_TYPE_FOLLOW_PLAYER an initial facing direction
2024-12-14 23:07:02 -05:00
DizzyEggg
861c579c11
remove sBirchSpeechPlatformBlackPal ( #2075 )
CI / build (push) Has been cancelled
2024-12-13 17:39:51 -05:00
Eduardo Quezada
5483e05db6
Fixed brace style inconsistencies
2024-12-05 12:46:50 -03:00
Eduardo Quezada
e605ffba53
Fix recorded battle link player loops ( #2071 )
2024-12-04 16:22:16 -05:00
Eduardo Quezada
4beb0efbcc
Added extra encoded character support ( #2050 )
CI / build (push) Has been cancelled
2024-11-24 20:46:01 -05:00
Martin Griffin
f775b09ae0
Merge pull request #2055 from GriffinRichards/spinda-spots
...
CI / build (push) Has been cancelled
Add TRY_DRAW_SPOT_PIXEL
2024-11-20 12:22:59 +00:00
Lactozilla
b60da57d8a
Remove usage of gHeap in sSpritePalettes_ContestantsTurnBlinkEffect
...
Those offsets into gHeap are actually just inside of eContestTempSave.
2024-11-12 14:28:33 -03:00
GriffinR
da791cde94
Add TRY_DRAW_SPOT_PIXEL
2024-10-24 12:45:47 -04:00
Frank
544b76fbbf
Added value for bard sound length
2024-10-21 09:04:42 -04:00
Ariel A
4056804575
feat: improved follower handling during scripted movements
2024-10-20 23:55:05 -04:00
luckytyphlosion
a55c75d350
Get rid of common syms ( #2040 )
CI / build (push) Has been cancelled
2024-10-14 23:52:11 -04:00
Ariel A
d80190fe10
fix: Dig in Sealed Chamber no longer freezes follower. Fixed #5482 rhh
2024-10-12 12:23:18 -04:00
Rose
9ad0018c17
Fix typo: | should be || in Task_TryFieldPoisonWhiteOut
...
Yes, this is honestly overkill, as it doesn't actually fix any behavioral bugs, but I was suggested to do this. This was a typo made in the source that GameFreak made, and the compiler warns against this. I opened a PR in pokeemerald expansion and was suggested to open one here.
2024-10-10 10:27:33 -04:00
psf
9a24c031bb
Replaced copyright magic numbers in intro.c with constants ( #2035 )
2024-10-02 20:48:54 -04:00
GriffinR
44e9228a6e
Merge pull request #2038 from GriffinRichards/gflib-syms
...
Remove explicit symbol sizes in sym_common.txt
2024-10-02 15:34:42 -04:00
Scyrous
1dc85df1f0
Update cable_car.c
2024-09-29 14:38:08 +02:00
Scyrous
8e2c3ca3f2
Bugfix for cable car sprite array count
2024-09-29 14:13:50 +02:00
GriffinR
80a37c16be
Remove explicit symbol sizes in sym_common.txt
2024-09-25 16:14:10 -04:00
Kurausukun
52c2728ff6
remove gflib
2024-09-18 10:37:34 -04:00
Ariel A
3e32291907
fix: fixed shadows not spawning across maps for OWs with the same localId
2024-09-08 17:05:17 -04:00
Ariel A
d3a4839808
meta: included COLOR_MAP constants in field_effect_script. Credit: SDH
2024-09-08 16:02:51 -04:00
Ariel A
8795c15ab9
feat: Allowed custom COLOR_MAP_* in field_effect_scripts. Credit: SDH
2024-09-01 17:22:44 -04:00
GriffinR
04197b4912
Fix swapped cycling road entrances
2024-08-31 01:54:25 -04:00
Martin Griffin
ac28fc52e5
Merge pull request #2007 from cawtds/ub-fix-battle-transition
...
UB fix in battle_transition.c
2024-08-21 19:08:07 +01:00