mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 13:36:43 -05:00
Fix White Herb Known Failing tests (#4258)
* Fix White Herb Known Failing tests * get out agbcc * remove unneeded white herb test
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
#define ITEMEFFECT_ORBS 6
|
||||
#define ITEMEFFECT_LIFEORB_SHELLBELL 7
|
||||
#define ITEMEFFECT_USE_LAST_ITEM 8 // move end effects for just the battler, not whole field
|
||||
#define ITEMEFFECT_STATS_CHANGED 9 // For White Herb and Eject Pack
|
||||
|
||||
#define WEATHER_HAS_EFFECT ((!IsAbilityOnField(ABILITY_CLOUD_NINE) && !IsAbilityOnField(ABILITY_AIR_LOCK)))
|
||||
|
||||
|
||||
@@ -304,9 +304,9 @@
|
||||
#define MOVEEND_DEFROST 23
|
||||
#define MOVEEND_RECOIL 24
|
||||
#define MOVEEND_MAGICIAN 25 // Occurs after final multi-hit strike, and after other items/abilities would activate
|
||||
#define MOVEEND_EJECT_BUTTON 26
|
||||
#define MOVEEND_RED_CARD 27
|
||||
#define MOVEEND_EJECT_PACK 28
|
||||
#define MOVEEND_EJECT_ITEMS 26
|
||||
#define MOVEEND_WHITE_HERB 27
|
||||
#define MOVEEND_RED_CARD 28
|
||||
#define MOVEEND_LIFEORB_SHELLBELL 29 // Includes shell bell, throat spray, etc
|
||||
#define MOVEEND_CHANGED_ITEMS 30
|
||||
#define MOVEEND_PICKPOCKET 31
|
||||
|
||||
Reference in New Issue
Block a user