cawtds
3da84fc317
first working version with followers, OW_GFX_COMPRESS not functional
2024-07-09 19:32:58 +02:00
cawtds
cbd72bd515
expanded names for everything so tests pass, fixed some missed changes from upcoming
2024-06-20 23:02:24 +02:00
cawtds
daaefad2f0
updated testframework and tests
2024-06-20 17:42:21 +02:00
cawtds
2f6a832875
implemented test framework semi-functional
2024-06-08 03:15:53 +02:00
cawtds
b2a56f6b6c
added new pokeball graphics, fixed/refactored tmhms, smaller pokedex entry font to fit whole text
2024-05-14 22:20:07 +02:00
cawtds
69b94eb97f
updated up to Cmd_tryKO
2024-05-02 02:13:51 +02:00
cawtds
9b1053acf4
updated Cmd_getexp
2024-05-01 13:41:29 +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
d869d3355d
first changes to item_use in preparation for new items
2024-04-16 21:40:57 +02:00
cawtds
0ab492f7e8
working version with SpeciesInfo and new Moves
2024-03-17 18:04:06 +01: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
GriffinR
6d6f207eb4
Initial mystery gift sync
2022-11-19 21:01:35 -05:00
GriffinR
78b07aace5
Start documenting quest log
2022-11-10 13:25:05 -05:00
cbt6
dea9552563
Document src/event_data.c
2022-11-07 14:52:23 +08:00
GriffinR
8aae7ac7f3
Sync pokedex constants
2022-10-29 23:46:39 -04:00
GriffinR
57e82c9264
Label movement action arrays, z coord -> elevation
2022-10-05 18:20:54 -04:00
GriffinR
17b2faa182
Sync battle anim - scripts
2022-08-19 01:07:53 -04:00
GriffinR
f16b6100c8
Sync save sector checks
2022-08-05 11:49:17 -04:00
Eduardo Quezada
4c9e831a05
Standarized use of star in void and struct pointers
2022-07-29 11:20:00 -04:00
Eduardo Quezada
4998b976e1
Standarized use of star in pointer types
2022-07-29 10:35:48 -04:00
GriffinR
b2c74cae84
Sync global
2021-11-19 20:36:59 -05:00
lioniac
0cc1d8a1b5
Multiple renamings; Removed some orphaned functions
2021-10-27 11:56:03 -03:00
Jademalo
1c4d5bfed0
IDE support formatting and consistency
2021-10-23 10:10:06 +01:00
Jademalo
46867c546d
Improve IDE Support
2021-10-22 04:42:48 +01:00
Kurausukun
ff94d49a45
add SAFE_DIV macro and usages
2021-07-03 17:18:41 -04:00
PikalaxALT
ee6b3c1acf
Sync berry crush from Emerald
2021-05-05 13:03:39 -04:00
PikalaxALT
99ec579deb
Name symbols in battle_anim_special.c
2021-03-14 16:29:33 -04:00
PikalaxALT
75b9fbc92f
check __CLION_IDE__ predefine in global.h
2021-03-13 17:51:27 -05: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
1f6dc0e86b
Use trainer constants in flags, automatically update flags/vars count
2021-01-29 15:50:01 -05:00
GriffinR
03ca7d8bb4
Label GCN link flags field
2020-04-13 08:42:56 -04:00
PikalaxALT
b22d3a821d
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
2020-04-10 13:10:44 -04:00
PikalaxALT
a7d74b1779
More quest log doccing
2020-04-06 20:43:53 -04:00
PikalaxALT
a622448029
More quest log documentation amid other stuff
2020-04-05 20:30:45 -04:00
PikalaxALT
cc3419eff7
Get pokefirered_modern to build
2020-04-04 12:58:08 -04:00
PikalaxALT
a03906a1a3
through SetContinueGameWarpToDynamicWarp
2020-03-27 17:21:00 -04:00
PikalaxALT
51eac4e14b
field_weather_util
2020-03-16 20:37:51 -04:00
PikalaxALT
6363d39e99
port field_effect_helpers from emerald
2020-03-02 13:34:34 -05:00
PikalaxALT
5c530e1330
Finish porting pokemon_jump from Emerald
2020-02-18 16:39:44 -05:00
GriffinR
a4cd331634
Merge branch 'master' into doc-ttower
2020-02-15 20:44:57 -05:00
PikalaxALT
4770fac9eb
More mevent documentation
2020-02-04 14:16:45 -05:00
GriffinR
34deceb136
Remove old references to battle pyramid
2020-02-03 12:08:27 -05:00
PikalaxALT
2b5b956936
Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbcc
2020-02-03 10:08:43 -05:00
PikalaxALT
ceeed6247d
Port object event flags from emerald
2020-02-02 11:23:04 -05:00
PikalaxALT
01fedfa61c
Minor style consistency edit in union_room_chat
2020-02-01 10:22:28 -05:00
PikalaxALT
52fbc43d73
Address review comments
2020-01-25 21:00:51 -05:00
PikalaxALT
0ebdbcfd5b
Document union room chat
2020-01-25 19:58:39 -05:00