Eduardo Quezada
7f53f533bb
Synced src/battle_script_commands.c
2022-07-29 09:42:03 -04:00
Eduardo Quezada
0709da5867
Multiple changes 2
2022-07-28 01:20:05 -04:00
cbt6
4940c4da98
Document src/field_effect_helpers.c
2022-07-19 00:01:57 +08:00
cbt6
da47b35d81
Add field effect constants as comments
2022-07-13 16:35:10 +08:00
cbt6
56ca6d4bcc
Document src/field_effect.c
2022-07-13 04:07:52 +08:00
GriffinR
9cde4e0f74
Remove address comments
2022-06-24 21:10:48 -04:00
GriffinR
75c7e67f00
Fix Museum_1F -> PokemonCenter_1F text
2022-06-24 19:02:11 -04:00
GriffinR
2598b285bb
Add missing trainer type constant usage
2022-02-11 13:26:55 -05:00
cbt6
ac3de6d02c
Rename some movement actions and functions
2022-02-10 00:20:22 +08:00
GriffinR
bef2668d8b
Merge pull request #481 from GriffinRichards/sync-classes
...
Sync/update trainer classes
2022-01-21 19:26:14 -05:00
GriffinR
cf41c78370
Remove berry fix
2022-01-15 13:03:36 -05:00
GriffinR
53eca1d3a7
Remove old asm constants
2022-01-10 19:39:09 -05:00
GriffinR
08a18d6e32
Sync/update trainer classes
2022-01-10 13:48:08 -05:00
lioniac
0cc1d8a1b5
Multiple renamings; Removed some orphaned functions
2021-10-27 11:56:03 -03:00
Deokishisu
18ca5ef678
Fix Magic Numbers in battle_anim_scripts.s
...
This file should still be synced properly with pokeemerald in the future, but for now the magic numbers for the sound constants have been fixed.
2021-10-01 00:01:16 -04:00
Squeetz
d4695fffe7
Rename and document HITMARKER_x100000
...
This marker makes the target unable to Counter or Mirror Coat the damage back to an attacker, however the game does not have a scenario where this is applicable since all its uses are in end-turn events. It's used for all passive damage, where the damage dealt isn't coming from an attacker.
Alternate name: HITMARKER_NO_ATTACKER
2021-08-11 15:45:30 +02:00
GriffinR
bbf39b8560
Merge pull request #442 from GriffinRichards/fix-offsets
...
Remove hardcoded offsets in battle scripts
2021-07-03 11:15:38 -04:00
LOuroboros
cdfaa6a3ac
Informative note about PewterCity_Gym_Text_BrockDefeat
2021-06-26 04:10:05 -03:00
GriffinR
5bf794f051
Remove hardcoded offsets in battle scripts
2021-06-21 16:02:13 -04:00
PikalaxALT
14954c5463
Reorganize tileset graphics files
2021-06-03 15:00:52 -04:00
PikalaxALT
23c07589f5
Merge remote-tracking branch 'origin/master' into sync_bery_crush
2021-05-13 14:25:52 -04:00
PikalaxALT
3dce3407d5
Merge pull request #427 from GriffinRichards/name-mapgroups
...
Name map groups
2021-05-13 14:24:11 -04:00
GriffinR
7deccc36b7
Name unused house maps/map groups
2021-05-13 12:51:45 -04:00
PikalaxALT
aa202b0624
Merge remote-tracking branch 'origin/master' into sync_bery_crush
2021-05-11 12:13:18 -04:00
PikalaxALT
8cb3819cc2
Merge remote-tracking branch 'origin/master' into doc_field_effect_templates
2021-05-08 11:35:23 -04:00
PikalaxALT
11acb9adc7
Finish porting data_8479668.s to C
2021-05-08 09:42:12 -04:00
PikalaxALT
ee6b3c1acf
Sync berry crush from Emerald
2021-05-05 13:03:39 -04:00
PikalaxALT
014dd7f0be
Sync field_effect_objects.h from Emerald
2021-05-03 15:22:13 -04:00
PikalaxALT
a60d6675d7
Trainer tower sets to C
2021-04-28 18:44:38 -04:00
GriffinR
75f2be2e29
Name map groups
2021-04-28 16:37:08 -04:00
SatoMew
c128e68062
Replace rival labels
2021-04-17 16:32:55 +01:00
SatoMew
9b6469a7a3
Fix Record Corner labels
2021-04-10 18:43:10 +01:00
Kurausukun
4b182affb6
standardize "grey" to "gray"
2021-04-09 22:34:08 -04:00
Kurausukun
4446da96fe
fix text color names
2021-04-09 01:11:31 -04:00
PikalaxALT
f00b44699c
Fix movement types; fix some math ops
2021-03-30 20:33:31 -04:00
PikalaxALT
2edc21281e
Document symbols reffed in field_control_avatar
2021-03-20 17:27:21 -04:00
PikalaxALT
99ec579deb
Name symbols in battle_anim_special.c
2021-03-14 16:29:33 -04:00
Deokishisu
0589bd5827
Fix Typos / Use Box Constants
...
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed.
The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed.
Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out.
2021-03-10 16:22:08 -05:00
Deokishisu
57e3f5e0f8
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered
...
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented.
The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-16 16:56:31 -05:00
GriffinR
515dde69af
Use more LOCALID constants
2021-02-10 20:20:15 -05:00
Deokishisu
ee0fb9ea5a
Fix TM34 Transposition Typo
...
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error.
2021-02-03 19:54:45 -05:00
GriffinR
66e9059578
Move pokedex_screen data from asm to C
2020-11-11 23:44:30 -05:00
Ashley Coleman
2745ac3445
Give meaningfull names to globals in pokedex_screen.s
2020-11-11 13:40:18 -08:00
GriffinR
b7a88180d3
Fix Fuchsica typo
2020-08-31 21:37:59 -04:00
GriffinR
bb56d4a3f4
Give songs meaningful english names
2020-08-29 03:11:03 -04:00
luckytyphlosion
1ad6f5270c
Port over PSS data to src.
2020-07-04 20:32:44 -04:00
luckytyphlosion
91fea55a24
pokemon_summary_screen.c, part 6.
2020-06-25 12:59:37 -04:00
PikalaxALT
94b68c54e8
Merge pull request #337 from GriffinRichards/fix-scriptlabel
...
Fix mislabeled starter script
2020-05-27 07:51:13 -04:00
GriffinR
d6a494551a
Fix corresponding mislabeled rival script
2020-05-04 14:45:07 -04:00
GriffinR
5bd2c0ef5c
Fix mislabeled starter script
2020-05-04 14:34:45 -04:00