Commit Graph

56 Commits

Author SHA1 Message Date
Eduardo Quezada
ac973aa38d Sync src/battle_util.c with pokeemerald 2022-08-07 22:37:10 -04:00
Eduardo Quezada
0709da5867 Multiple changes 2 2022-07-28 01:20:05 -04:00
Eduardo Quezada
f5e9cc595b Multiple changes
- BATTLESTRINGS_ID_ADDER ->BATTLESTRINGS_TABLE_START
- Defines for battle windows
- MAIL_NONE
- MON_DATA_FILLER -> MON_DATA_UNUSED_RIBBONS
- Usage of BattlePutTextOnWindow with masks
- PlayCry1 -> PlayCry_Normal
- BlendPalettes(0xFFFFFFFF -> BlendPalettes(PALETTES_ALL
- FillPalette(0 -> FillPalette(RGB_BLACK
2022-07-27 18:14:48 -04:00
GriffinR
b2c74cae84 Sync global 2021-11-19 20:36:59 -05:00
Kurausukun
e80a68327b [LEAK-INFORMED] fix CreateShedinja fakematch 2021-05-31 01:20:36 -04:00
PikalaxALT
c99894bc60 Document Pokemon Summary Screen, 1 2021-04-04 09:59:40 -04:00
PikalaxALT
18f1080882 Finish syncing pokemon.c with emerald 2021-03-18 14:33:43 -04:00
PikalaxALT
d864eb510e Sync DRAW_SPINDA_SPOTS from pokeemerald 2021-03-18 13:23:05 -04:00
PikalaxALT
4d86834d12 Document item use functions in pokemon.c 2021-03-16 21:16:31 -04:00
PikalaxALT
783488aae5 Name nullsubs in battle ctlrs 2021-03-16 16:41:28 -04:00
PikalaxALT
81da6acff5 battle_gfx_sfx_util sync emerald names to unnamed syms 2021-03-15 19:32:49 -04:00
PikalaxALT
31f4edbe50 Document more symbols in battle 2021-03-14 20:10:19 -04:00
hjk321
fc16ee9498 Fix storage magic numbers
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?!
2021-02-22 10:04:27 -06: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
PikalaxALT
218555e72c through sub_811D5C0 2020-03-21 10:48:55 -04:00
PikalaxALT
3aeb294572 Port pokemon_storage_2 from emerald 2020-03-11 13:32:30 -04:00
PikalaxALT
9f9b4dd13d Data through gUnknown_84570C8 2020-01-21 14:36:13 -05:00
GriffinR
f276383293 Merge master into sync-script 2020-01-12 16:03:06 -05:00
GriffinR
0bb7f18b8e Sync Cable Club scripts 2020-01-11 00:47:47 -05:00
jiangzhengwenjz
e300f2ece0 script_pokemon_util_80BF8FC 2020-01-10 22:28:20 +08:00
jiangzhengwenjz
972c044d71 party_menu fourth quarter 2019-11-24 03:03:29 +08:00
PikalaxALT
e7cb5476c4 Port evolution_scene 2019-11-20 11:08:30 -05:00
PikalaxALT
57b328ad40 Decomp hall_of_fame 2019-11-04 16:20:11 -05:00
jiangzhengwenjz
2f87855072 Merge branch 'master' into battle 2019-10-25 09:22:50 +08:00
PikalaxALT
661e5d9221 field_specials through Task_AnimateElevatorWindowView 2019-10-23 15:31:23 -04:00
jiangzhengwenjz
b0400ef6ba battle_setup funcs 2019-10-21 03:08:10 +08:00
jiangzhengwenjz
a28bb81ab7 battle_main remaining funcs 2019-10-18 09:55:23 +08:00
PikalaxALT
1d4234bd7e
Merge branch 'master' into PIE2 2019-09-25 13:56:50 -04:00
jiangzhengwenjz
7f6d86a8bf arg name consistency 2019-09-25 01:46:47 +08:00
jiangzhengwenjz
29e641bc1c PokemonUseItemEffects2 2019-09-24 23:48:03 +08:00
jiangzhengwenjz
db0d8e5bdb thru sub_8024398 2019-08-26 06:48:04 +08:00
jiangzhengwenjz
5f6a55e4fd battle_controller_link_opponent 2019-08-22 14:21:56 +08:00
jiangzhengwenjz
b9d547a02f ported battle_controller_player from pokeem and matched several new functions 2019-08-05 08:15:58 +08:00
jiangzhengwenjz
6a063cf74a ported battle_controller_opponent from pokeem and corrected lots of stuff 2019-08-03 06:55:42 +08:00
jiangzhengwenjz
045331d139 ported battle_controllers from pokeem 2019-07-31 07:58:09 +08:00
jiangzhengwenjz
935f93a075 ported battle_gfx_sfx_util from pokeem 2019-07-31 07:58:07 +08:00
jiangzhengwenjz
f7af77d22c sync documentation of CountAliveMonsInBattle() 2019-07-18 05:06:53 +08:00
jiangzhengwenjz
f24eae3e90 resolved several TODOs 2019-07-15 13:24:47 +08:00
jiangzhengwenjz
cb3722a57a decompiled learnset and evo table 2019-07-15 06:34:49 +08:00
jiangzhengwenjz
1caed4e632 updated headers 2019-07-14 05:31:17 +08:00
jiangzhengwenjz
0985206a29 marked all static functions in pokemon.c 2019-07-14 04:49:21 +08:00
jiangzhengwenjz
43ba65ef8b document pokemon function symbols 2019-07-12 09:59:49 +08:00
jiangzhengwenjz
503086bc7d finished menu_indicators 2019-07-07 01:46:05 +08:00
PikalaxALT
a4f1de8015 Some renaming 2019-06-21 10:44:25 -04:00
PikalaxALT
7abbe42763 Finish item_use 2019-06-20 20:00:13 -04:00
PikalaxALT
e9e87a0fe4 egg_hatch as part of daycare 2019-05-06 10:49:10 -04:00
PikalaxALT
a37da53f20 Daycare 2019-05-05 14:56:59 -04:00
PikalaxALT
a4b19e9187 tm_case finish code 2019-04-14 20:29:37 -04:00
PikalaxALT
6eb7cc6cfa through CreateNidoranFSprite 2019-04-11 08:46:30 -04:00
scnorton
7738fcee63 through sub_815E9FC 2019-01-08 10:20:51 -05:00