GriffinR
72f76b19b3
Sync script.c
2022-08-22 20:27:23 -04:00
GriffinR
1e02571269
Sync naming_screen
2022-08-08 12:05:30 -04:00
Eduardo Quezada
95dd979f09
Font constants and slight PSS sync
2022-07-31 21:00:27 -04:00
Eduardo Quezada
dcb9d9de1e
Synced src/pokeball.c
2022-07-29 21:39:25 -04:00
Eduardo Quezada
4998b976e1
Standarized use of star in pointer types
2022-07-29 10:35:48 -04:00
Eduardo Quezada
7f53f533bb
Synced src/battle_script_commands.c
2022-07-29 09:42:03 -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
Eduardo Quezada
611112269e
StringCopy10 to StringCopy_Nickname
2022-07-27 14:35:19 -04:00
Eduardo Quezada
3b98289de2
BeginNormalPaletteFade PALETTES_ALL documentation
2022-07-27 13:16:28 -04:00
PikalaxALT
aec808ac0d
Flatten pos fields in struct Sprite
2021-07-07 09:05:48 -04:00
Kurausukun
72fc4b6f84
change itemPrintFunc to use u32 instead of s32
2021-06-17 23:26:02 -04:00
Kurausukun
c9ef0d1b7a
re-add const to gEvolutionTable in daycare.c
2021-06-01 17:16:24 -04:00
Kurausukun
e80a68327b
[LEAK-INFORMED] fix CreateShedinja fakematch
2021-05-31 01:20:36 -04:00
PikalaxALT
89faf387db
Document remaining symbols in daycare.c
2021-03-19 08:29:25 -04:00
PikalaxALT
99ec579deb
Name symbols in battle_anim_special.c
2021-03-14 16:29:33 -04: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
Deokishisu
b423d06cd9
Fix "Compatibility" Misspelling
...
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
2021-02-05 01:17:54 -05:00
GriffinR
1f6dc0e86b
Use trainer constants in flags, automatically update flags/vars count
2021-01-29 15:50:01 -05:00
GriffinR
bb56d4a3f4
Give songs meaningful english names
2020-08-29 03:11:03 -04:00
PikalaxALT
aea30489fc
Create COPYWIN defines for CopyWindowToVram calls
2020-04-10 16:17:46 -04:00
PikalaxALT
cc3419eff7
Get pokefirered_modern to build
2020-04-04 12:58:08 -04:00
PikalaxALT
f0fe4904d0
through sub_8056918
2020-03-28 14:03:51 -04:00
PikalaxALT
218555e72c
through sub_811D5C0
2020-03-21 10:48:55 -04:00
GriffinR
cbe6e27f37
region_map.h to region_map_sections.h
2020-03-11 01:04:27 -04:00
PikalaxALT
98d63a5268
through NamingScreen_CreateRivalIcon
2020-03-10 09:55:29 -04:00
GriffinR
f66d0dfce3
Move graphics.s through pokemon to src
2020-02-22 11:49:09 -05:00
PikalaxALT
b7c28c4be7
Remove redundant include lines
2020-02-21 15:00:56 -05:00
PikalaxALT
52fbc43d73
Address review comments
2020-01-25 21:00:51 -05:00
PikalaxALT
c0b05784d6
Finish union_room_chat_display
2020-01-25 13:35:34 -05:00
PikalaxALT
70e7f464ca
PLAYER_NAME_LENGTH to 7
2020-01-24 21:57:31 -05:00
GriffinR
2908c9fa95
Document some misc small scripts
2020-01-20 15:17:34 -05:00
PikalaxALT
dd0da2484f
Match FireRed Rev1
2019-12-19 10:23:05 -05:00
jiangzhengwenjz
a4e7a35960
document some symbols
2019-11-23 08:09:22 +08:00
PikalaxALT
b07899b2d2
Remove unused header
2019-10-28 20:39:06 -04:00
PikalaxALT
6e221e478a
Disassemble trade data
2019-10-27 17:14:28 -04:00
PikalaxALT
a18e9c27e1
Rename specials according to Ruby
2019-10-24 16:31:38 -04:00
jiangzhengwenjz
89a377cdd3
Merge branch 'master' into battle
2019-10-10 08:39:00 +08:00
PikalaxALT
855c052be0
Rename song constants using Japanese sound test menu
2019-10-09 20:02:59 -04:00
PikalaxALT
99bd3d9154
Finish main menu decomp
2019-10-08 10:31:33 -04:00
jiangzhengwenjz
e9cdb63903
battle_anim_mons
2019-10-08 02:38:47 +08:00
PikalaxALT
738dac67fc
Eliminate struct TextColor definition and use
2019-08-26 14:54:33 -04:00
jiangzhengwenjz
050bb93753
finished list_menu
2019-07-07 01:46:06 +08:00
jiangzhengwenjz
d06166633f
finished mail_data
2019-06-28 11:04:15 +08:00
jiangzhengwenjz
6e570a107f
Merge branch 'decompress' into misc
2019-06-28 02:00:02 +08:00
jiangzhengwenjz
f52d439a85
finished decompress (1 failed attempt)
2019-06-28 01:56:43 +08:00
jiangzhengwenjz
efad45497d
through AddTextPrinterParameterized2()
2019-06-26 04:52:34 +08:00
PikalaxALT
2812a2bd7a
Merge pull request #59 from garakmon/mon_sprites
...
Move Mon Graphics
2019-06-01 12:32:58 -04:00
garak
b249154009
synchronize text printer function names with pokeemerald
2019-05-30 17:44:48 -04:00
garak
e73ce5317d
Parametrized to Parameterized
2019-05-30 17:05:30 -04:00
garak
e66ebaa1f5
move pokemon graphics to mon-specific directories
2019-05-23 11:49:58 -04:00