cawtds
6a84c1a901
Cmd_switchineffects
2024-05-01 18:57:00 +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
9b1053acf4
updated Cmd_getexp
2024-05-01 13:41:29 +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
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
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
1c11bbb049
moved abilities to AbilitiesInfo
2024-04-27 16:54:31 +02:00
cawtds
1e92d725ed
updated getevolutionspecies
...
getters for species data
redundancies removed
2024-04-27 15:12:28 +02:00
cawtds
c49b5ef87d
expanded pokemon data structs
2024-04-27 13:46:39 +02:00
cawtds
395e4d0cb6
seperated kanto dex from national dex
...
included cross generational evolutions in kanto dex
removed debug prints
2024-04-27 02:03:51 +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
1766e837b4
readded pokeflute out of battle use
...
added reduceEv out of battle use
added resetEvs out of battle use
2024-04-26 17:57:46 +02:00
cawtds
a06fb5c287
add item_icons for new items
2024-04-21 22:04:34 +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
cawtds
356ffd1627
added fairy type
2024-03-23 15:40:31 +01:00
cawtds
0ab492f7e8
working version with SpeciesInfo and new Moves
2024-03-17 18:04:06 +01:00
GriffinR
efdae01b4b
Remove non-existent tilesets from label comments and alphabetize
2024-01-18 14:42:20 -05: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
Edward Nolan
93d4e3ff66
Fix misspelling: TRAINER_RIVAL_POKENON_TOWER -> TRAINER_RIVAL_POKEMON_TOWER
2023-09-10 21:16:06 -04:00
GriffinR
09ee60049c
Quest log doc cleanup
2023-08-18 15:40:57 -04:00
GriffinR
10c1e1298f
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-08-18 11:26:22 -04:00
GriffinR
e72a26a6c1
Merge pull request #624 from GriffinRichards/field-tasks
...
Sync field_tasks
2023-08-14 16:00:52 -04:00
GriffinR
f93d5a8ae1
Merge pull request #623 from GriffinRichards/item-icons
...
Give proper names to item icon graphics
2023-05-23 12:53:23 -04:00
LOuroboros
d249267aac
Updated BattleScripting addresses
2023-05-21 21:06:08 -03:00
GriffinR
c110354043
Sync field_tasks
2023-05-17 15:52:14 -04:00
GriffinR
86c2142719
Give proper names to item icon graphics
2023-05-12 10:52:07 -04:00
GriffinR
45e4c30d38
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-04-10 10:18:07 -04:00
GriffinR
f6aa148946
Merge pull request #614 from GriffinRichards/metatile-labels
...
Format metatile labels
2023-03-24 09:54:02 -04:00
GriffinR
adf1437074
Format metatile labels
2023-03-21 13:09:32 -04:00
GriffinR
ab417d1255
Sync pokemon.c
2023-03-06 15:23:11 -05:00
GriffinR
a12a9e318e
Merge pull request #598 from GriffinRichards/doc-scriptmenu
...
Document script_menu
2023-02-05 21:06:55 -05:00
GriffinR
ef12c2a7f9
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-01-30 10:23:08 -05:00
GriffinR
e001949f42
Merge pull request #597 from GriffinRichards/sync-trade
...
Sync trade
2023-01-30 10:18:23 -05:00
GriffinR
81efd8f9f8
Document script_menu
2023-01-24 16:26:45 -05:00
GriffinR
dd90956cbb
Clarify MB_SEMI_DEEP_WATER name
2023-01-17 21:23:33 -05:00
GriffinR
7710148fbc
Colorize door animations
2023-01-11 15:35:19 -05:00
GriffinR
ea9510f7f8
Use constants in gMoveNames
2022-12-16 11:08:18 -05:00
GriffinR
5621d29866
Sync trade
2022-12-15 15:41:42 -05:00
GriffinR
66e279611b
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2022-11-30 15:03:21 -05:00
GriffinR
a19cb44458
Clean up mystery gift sync, document wonder news
2022-11-22 01:58:30 -05:00