eb476f9f0c
Added warning screen for RTC and inacurrate emus
2023-11-12 11:17:18 +01:00
3bb5951def
Added budport to the map as a fly destination (temporary map & location)
2023-11-12 03:41:25 +01:00
c36f2b791b
Sped text up
2023-11-12 02:43:13 +01:00
Ninjdai
93c57b2bad
Lower case after first input in the naming screen by Jaizu
2023-11-11 23:55:08 +01:00
Ninjdai
0a2aacd446
Fix by ghoulslash for surf dismount ground effects
2023-11-11 23:47:56 +01:00
Ninjdai
88a2e3a957
Changed Mon PC options order (move pkmn is now the first option)
2023-11-11 23:36:29 +01:00
Ninjdai
eede5adfbc
Removed secret caves red, blue and yellow metatiles
2023-11-11 20:43:48 +01:00
Ninjdai
eee68f539d
Triple layer metatiles
2023-11-11 20:41:45 +01:00
Ninjdai
56d3506a6f
Added day/night system
2023-11-11 20:08:20 +01:00
Ninjdai
a722911e4e
Added textscreen macro
2023-11-11 10:49:46 +01:00
Ninjdai
c057f5f8f6
Changed default options (text speed defaults to fast; battle type defaults to set)
2023-11-11 00:45:23 +01:00
Ninjdai
304447ee2d
Added X/Y-style wrapping summary screen
2023-11-11 00:24:25 +01:00
Ninjdai
d55a41fc26
Reverted a previous change to pyramid bag items
2023-11-10 21:21:56 +01:00
Ninjdai
3727b48681
Update README.md and fixed bugs introduced by increasing the bag limit size
2023-11-10 20:24:20 +01:00
Ninjdai
566b8cf939
Merged general and generalWithStairs tilesets
2023-11-10 19:24:11 +01:00
Ninjdai
297177d420
Added 3 more starter slots
2023-11-10 10:50:25 +01:00
Ninjdai
2230c67818
Added BudportCity PokeCenter and temporary starter bag in boat
2023-11-10 10:15:00 +01:00
Ninjdai
c743e2b7ad
Added quick party swap
2023-11-10 00:56:35 +01:00
Ninjdai
5af3affc59
Added ability to use pokeballs on field
2023-11-10 00:53:14 +01:00
Ninjdai
87e2a5dc74
Added test pokemon encounters
2023-11-10 00:40:13 +01:00
Ninjdai
3e9e1ae888
More work on start boat
2023-11-09 16:27:10 +01:00
Ninjdai
4c0f6d5831
Backup commit2
2023-11-09 15:12:02 +01:00
LOuroboros
ee0222c0ec
Updated the holdEffectParam of the items that double the amount of money gained in battle ( #3528 )
2023-11-06 10:18:45 +01:00
DizzyEggg
8b359c2ca4
fix psychic terrain blocking moves it shouldnt block ( #3521 )
2023-11-03 21:01:02 +01:00
DizzyEggg
90d9334f0b
Fix Sap Sipper not blocking Bullet Seed ( #3516 )
...
* Fix Sap Sipper not blocking bullet seed
* add defiant sticky web test
2023-11-02 11:43:06 +01:00
DizzyEggg
47341f3f30
Fix Anger Shell activation ( #3508 )
2023-11-01 14:55:50 +01:00
Eduardo Quezada
e281103575
Reverted PR3455
2023-10-31 07:33:53 -03:00
DizzyEggg
72dad4d7c6
Fix Weak Armor interrupting multi hit moves ( #3497 )
2023-10-30 16:44:42 -03:00
DizzyEggg
0c8fdce1a4
New tests + Sheer Force / Last Resort minor bug fixes ( #3378 )
...
* tests for intimidate defiant
* sheer force fix + tests
* white herb tests
* tests for stealth rock, weak armor and last resort fix
* style changes to weak armor test
2023-10-30 11:39:41 +01:00
kittenchilly
bd71946372
Remove all trailing whitespace (master) ( #3472 )
2023-10-27 13:52:44 -03:00
Alex
591ef71e3b
Fixes form change when using switch moves ( #3463 )
...
* Fixes form change with switch moves
2023-10-25 08:33:43 +01:00
Martin Griffin
5fe564f014
Detect 'NOT x; NOT y;' ( #3459 )
...
Fix Purifying Salt to be immune to statuses from secondary effects.
2023-10-24 09:55:32 +02:00
Frank DeBlasio
bac135c6e8
Gave Razor Fang EVO_HELD_ITEM type/fieldUseFunc properties ( #3456 )
2023-10-23 17:03:31 -03:00
Bassoonian
5592706a71
Fix Synchronize devnote + Gen9 behaviour
2023-10-23 17:59:07 +02:00
Martin Griffin
5fd36a8e39
Fix ModifyPersonalityForNature ( #3452 )
2023-10-23 09:37:40 -03:00
LOuroboros
cd59e055c2
Made Reflect Type handle 3rd types ( #3303 )
...
* Made Reflect Type handle 3rd types
Misc:
-Turned VARIOUS_TRY_REFLECT_TYPE into a callnative (BS_TryReflectType)
-Introduced a macro to to check for typeless Pokémon (Pokémon who have Mystery in all 3 type slots) in battle.
-Made the new BS_TryReflectType take into account the forms for Arceus and Silvally, rather than just their default form.
2023-10-23 10:08:36 +01:00
Eduardo Quezada D'Ottone
7fdc4aacda
Fixed Cheat Start not initiating time-based events ( #3446 )
2023-10-22 21:03:54 +02:00
kittenchilly
70985ed3d6
Fixed and more accurate Ruin abilities ( #3415 )
2023-10-18 08:29:53 -03:00
Eduardo Quezada D'Ottone
fef7171c79
Fixed Parental Bond ( #3417 )
2023-10-15 12:02:43 -03:00
Eduardo Quezada D'Ottone
0f3971a360
Updated Zacian/Zamazenta stats to Gen 9 ( #3421 )
2023-10-14 17:54:31 +02:00
LOuroboros
b46c2c2bf8
Made AbilityBattleEffects use the B_MSG_TERRAIN constants for the field terrain intro text ( #3410 )
2023-10-14 10:23:45 +02:00
LOuroboros
a746d0e726
Updated Cresselia's base stats ( #3419 )
2023-10-14 10:20:49 +02:00
Eduardo Quezada
c6b43d992a
Fixed Parental Bond
2023-10-13 21:56:54 -03:00
Alex
1ae26b32e6
Fix Kee Berry and Custap Berry + Tests ( #3409 )
...
* Fix Kee Berry and Custap Berry + Tests
* add missing assumes
* fix wrong test files
* fix new line
2023-10-13 23:07:04 +02:00
Martin Griffin
45897cefbc
Move battle tests off the heap ( #3414 )
2023-10-13 16:31:10 -03:00
Bassoonian
231ebea3f0
Tests for 6 more abilities ( #3399 )
...
* Tests for 6 more abilities
* Fix most of Egg's comments
* Update Purifying Salt and Leaf Guard
* Parenthesis fixes
2023-10-13 20:50:48 +02:00
Eduardo Quezada
482029d7ec
Removed Transistor from master
2023-10-11 13:07:16 -03:00
Eduardo Quezada D'Ottone
eedc61709d
Various tests + Poison Heal fix + Transistor update ( #3385 )
2023-10-11 11:34:20 -03:00
Eduardo Quezada D'Ottone
f7098414d3
Fixed Bergmite/Avalugg updated egg groups ( #3380 )
2023-10-09 12:19:18 +02:00
Eduardo Quezada D'Ottone
9ed7fe1c94
Made Gen6 exp share easier to understand ( #3384 )
2023-10-09 12:15:13 +02:00