luckytyphlosion
a55c75d350
Get rid of common syms ( #2040 )
2024-10-14 23:52:11 -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
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
Martin Griffin
56d3faa32f
Merge pull request #2025 from Bassoonian/cleandefinespaces
...
Clean up defines lacking spaces
2024-08-21 19:04:12 +01:00
Martin Griffin
ea726eee31
Merge pull request #2024 from luckytyphlosion/master
...
Slight storage system documentation
2024-08-21 19:02:03 +01:00
GriffinR
3f49c5cbaf
Fix trainer match call flags
2024-08-15 23:00:20 +02:00
Bassoonian
c1ee43254e
Clean up defines lacking spaces
2024-08-15 19:34:56 +02:00
luckytyphlosion
7d921fa89b
Slight storage system documentation
2024-08-14 18:27:44 -04:00
GriffinR
a3d5f54b75
Fix type for offset in MapConnection
2024-08-13 19:10:24 +02:00
psf
312749dd31
Changed type1 and type2 to be consistent ( #2021 )
...
* Changed type1 and type2 in gBattleMons to match gSpeciesInfo
* Changed monType1 and monType2 to monTypes to match gSpeciesInfo
2024-08-07 06:44:03 +01:00
Frank
62b4ea5aaa
Fixed bottom half of Mt. Pyre not being labeled in PokeNav
2024-08-01 13:34:17 -04:00
Martin Griffin
30f8ccfe6e
Merge pull request #2017 from PokemonSanFran/numSnowflakeSpritesConstant
...
Added constant for NUM_SNOWFLAKE_SPRITES
2024-07-27 07:26:40 +01:00
pkmnsnfrn
91b48a10d4
Added constant for NUM_SNOWFLAKE_SPRITES
2024-07-26 21:57:42 -07:00
DizzyEggg
47533e3a7e
Berry blender's Task_HandleOpponent small fixes
2024-07-04 20:56:22 +02:00
abcboy101
779855ee02
Decode unused JP text in berry_blender.c
2024-06-29 14:02:50 -04:00
cawtds
5eea3d39cd
UB fix ClockwiseWipe_TopRight
2024-06-25 21:53:05 +02:00
sneed
b592c6eae5
Add POKE_ICON_BASE_PAL_TAG to a header
2024-05-23 02:45:22 +03:00
Jaizu
411d7e6177
Make AdjustFriendship more readable
2024-05-14 12:48:20 +02:00
Kurausukun
5dbd90b917
Use Only One Loop in RandomlyGivePartyPokerus ( #1991 )
2024-04-19 14:17:12 -04:00
GriffinR
9cfe9b1bdd
Merge pull request #1990 from NTx86/fix-hoenn-pokedex-pal
...
Fix hoenn pokedex palette being split in two
2024-04-19 14:14:12 -04:00
NT_x86
2b78a85828
Fix hoenn pokedex palette being split in two
2024-04-13 13:09:24 +03:00
NT_x86
c64453efe5
Fix poison projectile array being incorrectly combined into three seperate arrays
2024-04-13 10:14:31 +03:00
GriffinR
af0165a35d
Merge pull request #1987 from PokemonSanFran/cancelGroundEffectsCamera
...
Added fix to Keep the Camera from Making Waves
2024-04-11 14:41:04 -04:00
GriffinR
a0637251f8
Merge pull request #1986 from LOuroboros/patch-1
...
Updated value of gMain.inBattle at OpponentHandleEndLinkBattle
2024-04-11 14:39:00 -04:00
pkmnsnfrn
f9d690bafe
Added fix to Keep the Camera from Making Waves
2024-04-05 14:58:31 -07:00
LOuroboros
3135a1fc2b
Updated value-setting of gMain.inBattle at OpponentHandleEndLinkBattle
2024-04-05 17:04:46 -03:00
pkmnsnfrn
71b8d20397
Replaced magic numbers regarding triggerGroundEffectsOnMove to TRUE / FALSE
2024-04-04 16:21:34 -04:00
pkmnsnfrn
7ee921e9da
Added BUGFIX for groundEffectsOnMove when the player stops Surfing
2024-04-04 16:17:48 -04:00
GriffinR
f19747d6cc
Merge pull request #1983 from LOuroboros/modernfateful
...
Renamed ScrCmd_setmonmodernfatefulencounter and ScrCmd_checkmonmodernfatefulencounter for consistency reasons
2024-03-21 21:28:30 -04:00
GriffinR
b08d62b615
Merge pull request #1961 from GriffinRichards/doc-camera-sprite
...
Document camera sprite functions
2024-03-21 21:23:53 -04:00
LOuroboros
927f098cf5
Renamed setmodernfatefulencounter and checkmodernfatefulencounter for consistency reasons
2024-03-11 01:46:59 -03:00
DizzyEggg
82f8636502
Simplify division in berry_crush and field weather functions
2024-03-09 20:06:58 +01:00
DizzyEggg
9e67594dce
Simplify weirdly matching division/substraction code
2024-03-08 16:19:04 +01:00
Kurausukun
3342fdafc2
add missing constant
2024-02-10 05:32:03 -05:00
DizzyEggg
e87a69a5e7
Fix HideMapNamePopUpWindow possible overflow
2024-02-02 22:31:20 +01:00
GriffinR
5be69b2713
Merge slot machine smoke SubspriteTable arrays
2024-01-30 11:46:19 -05:00
Eduardo Quezada
8cab1b7094
Fixed braces style
2024-01-18 17:07:17 -03:00
Kurausukun
7567b0a57a
safeguard SQUARE and CUBE macro arguments in parentheses
2023-12-27 17:29:35 -05:00
Jaizu
027dccfc95
Missing constant
2023-12-20 12:24:52 +01:00
Bassoonian
f8a4cf9d85
Update pokedex.c
2023-12-13 09:52:04 +01:00
Bassoonian
6365431122
Add PokéNav too
2023-12-12 23:20:22 +01:00
Bassoonian
bc2a745171
Fix accidental symbol replacements
2023-12-12 23:18:35 +01:00
Bassoonian
e5ac2fe0b1
Clean up pokemon/ball/dex mentions in comments
2023-12-12 19:02:36 +01:00