Commit Graph

123 Commits

Author SHA1 Message Date
cawtds
be0c2fe535 updated up to Cmd_jumpifnotfirstturn 2024-05-02 00:51:52 +02:00
cawtds
ad250f64c5 updated up to Cmd_setrain 2024-05-02 00:46:45 +02:00
cawtds
28158212ad updated Cmd_various 2024-05-02 00:27:19 +02:00
cawtds
2e289ccb54 updated up to Cmd_useitemonopponent 2024-05-01 23:08:09 +02:00
cawtds
d1d0baad3f updated up to Cmd_resetsentmonsvalue 2024-05-01 23:02:03 +02:00
cawtds
09a32a59f3 updated up to Cmd_removeitem 2024-05-01 22:22:17 +02:00
cawtds
f8745b6023 updated up to Cmd_chosenstatusanimation 2024-05-01 21:58:18 +02:00
cawtds
fcb8bf2c55 updated up to Cmd_incrementgamestat 2024-05-01 21:31:04 +02:00
cawtds
991c45f23d updated up to Cmd_getmoneyreward 2024-05-01 21:12:01 +02:00
cawtds
8d43d7f975 updated Cmd_yesnoboxlearnmove 2024-05-01 20:32:05 +02:00
cawtds
87cb0e47b4 up to Cmd_handlelearnnewmove 2024-05-01 19:19:22 +02:00
cawtds
711cf686cf updated up to Cmd_endlinkbattle 2024-05-01 19:11:54 +02:00
cawtds
6a84c1a901 Cmd_switchineffects 2024-05-01 18:57:00 +02:00
cawtds
dbe0659d3d updated Cmd_switchhandleorder 2024-05-01 18:04:01 +02:00
cawtds
3d93e375fd updated Cmd_openpartyscreen 2024-05-01 17:40:34 +02:00
cawtds
6c8ca5e28d updated up to Cmd_jumpifcantswitch 2024-05-01 17:07:57 +02:00
cawtds
efe6d23e07 updated up to Cmd_switchindataupdate 2024-05-01 16:56:25 +02:00
cawtds
547a0a1321 changed all battle_script usages to new system 2024-05-01 16:44:08 +02:00
cawtds
f99b4ce70c updated Cmd_moveend 2024-05-01 16:08:54 +02:00
cawtds
b8cb3b44dd up to Cmd_playstatchangeanimation 2024-05-01 15:16:18 +02:00
cawtds
070529a3bb updated up to Cmd_setgraphicalstatchangevalues 2024-05-01 15:12:37 +02:00
cawtds
c252d3fa04 updated up to Cmd_call 2024-05-01 14:52:47 +02:00
cawtds
16475f4d87 updated up to Cmd_end3 2024-05-01 14:39:20 +02:00
cawtds
826ab7320f updated up to 0x2B 2024-05-01 13:57:49 +02:00
cawtds
9b1053acf4 updated Cmd_getexp 2024-05-01 13:41:29 +02:00
cawtds
cd439c191e updated 0x20 to 0x22 2024-05-01 13:09:10 +02:00
cawtds
965d08e6df updated Cmd_returnball and ItemBattleEffects 2024-05-01 12:56:52 +02:00
cawtds
375b5214fd updated AbilityBattleEffects and Cmd_various 2024-05-01 02:35:15 +02:00
cawtds
1cda8c22a3 updated Cmd_jumpifstatus, Cmd_jumpifstatus2 and Cmd_jumpifability 2024-04-30 21:30:11 +02:00
cawtds
afbda761c3 updated Cmd_dofaintanimation and Cmd_cleareffectsonfaint 2024-04-30 21:20:14 +02:00
cawtds
e50ed33157 updated Cmd_clearstatusfromeffect and Cmd_tryfaintmon 2024-04-30 20:22:38 +02:00
cawtds
a5f2b89e29 updated up to Cmd_seteffectsecondary, Cmd_setgastroacid and Cmd_setstealthrock 2024-04-30 20:02:18 +02:00
cawtds
3ad08c53b0 updated Cmd_attackanimation, Cmd_waitanimation, Cmd_healthbarupdate and Cmd_datahpupdate 2024-04-30 16:25:06 +02:00
cawtds
e1a0a769b9 updated Cmd_adjustdamage and Cmd_multihitresultmessage 2024-04-30 00:17:33 +02:00
cawtds
45f6238b77 updated Cmd_critcalc, Cmd_damagecalc, Cmd_typecalc 2024-04-29 23:42:03 +02:00
cawtds
459c59b42e updated Cmd_attackstring and Cmd_ppreduce 2024-04-29 23:19:22 +02:00
cawtds
bb55f18b33 updated Cmd_accuracycheck 2024-04-29 23:07:11 +02:00
cawtds
a1b3e83aac added remaining battle scripts in Cmd_attackcanceler 2024-04-29 18:44:07 +02:00
cawtds
63688557df updated Cmd_attackcanceler 2024-04-29 18:22:43 +02:00
cawtds
fed787864c experimental moves_info refactoring 2024-04-28 00:27:33 +02:00
cawtds
1e92d725ed updated getevolutionspecies
getters for species data
redundancies removed
2024-04-27 15:12:28 +02:00
cawtds
d17698ee8f changed all ability variables to u16 or larger
added ability capsule and ability patch functionality
removed unused ribbons to free space in pokemonsubstruct3 for hidden ability
2024-04-26 22:09:46 +02:00
cawtds
ef015afb79 fixed in battle and out of battle item usage;
removed some debug prints
fixed numerical order to show correct entries
refactored pp functions
expanded CannotUseBagBattleItem to CannotUseItemsInBattle
2024-04-23 21:57:55 +02:00
cawtds
74c7b222c4 new item structure integrated and new items added; fixed bug with pocketId for pokeball pocket 2024-04-21 14:39:40 +02:00
cawtds
71b9b1ef25 added missing battle functionality for items 2024-04-20 13:07:53 +02:00
cawtds
d869d3355d first changes to item_use in preparation for new items 2024-04-16 21:40:57 +02:00
SnorlaxMonster
0d063af23f Rename HITMARKER_IGNORE_SAFEGUARD
Rename HITMARKER_IGNORE_SAFEGUARD to HITMARKER_STATUS_ABILITY_EFFECT.
This flag is used exclusively by status-inflicting Abilities,
and has 3 main functions:
- Whether the effect bypasses Shield Dust
- Whether the effect bypasses Safeguard
- Which text string to display when the status condition is inflicted
   (i.e. whether it was inflicted by a move or Ability)

I believe this new name better represents what the flag actually does.
This name was structured to parallel HITMARKER_SYNCHRONISE_EFFECT.
2023-11-10 18:21:56 +11:00
GriffinR
10c1e1298f Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql 2023-08-18 11:26:22 -04:00
GriffinR
dcdb9024d8 Sync palette macros 2023-05-26 14:52:21 -04:00
GriffinR
45e4c30d38 Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql 2023-04-10 10:18:07 -04:00