Eduardo Quezada
dfe6c6885c
Synced sound.c
2022-07-29 18:15:25 -04:00
Eduardo Quezada
78e3780fa4
And this one
2022-07-29 17:09:04 -04:00
Eduardo Quezada
e0010b9205
Reverted FONT_SMALL
2022-07-29 17:04:04 -04:00
Eduardo Quezada
c97e88b437
Review changes
2022-07-29 16:57:13 -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
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
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
a81c1539e5
SpriteCallbackDummy2 -> SpriteCallbackDummy_2
2022-07-27 14:45:55 -04:00
Eduardo Quezada
611112269e
StringCopy10 to StringCopy_Nickname
2022-07-27 14:35:19 -04:00
cbt6
4940c4da98
Document src/field_effect_helpers.c
2022-07-19 00:01:57 +08:00
cbt6
d6cb94895f
Document src/overworld.c
2022-07-17 04:07:09 +08:00
cbt6
56ca6d4bcc
Document src/field_effect.c
2022-07-13 04:07:52 +08:00
GriffinR
d848452ffb
Merge pull request #512 from GriffinRichards/header
...
Separate crt0, rom_header, and rom_header_gf
2022-07-05 11:43:30 -04:00
cbt6
951b72145f
Document src/field_message_box.c
2022-07-03 23:48:40 +08:00
GriffinR
d1935aebb4
Merge branch 'master' of https://github.com/pret/pokefirered into header
2022-06-27 18:26:40 -04:00
Colton G. Rushton
440eb970f1
Remove dead prototypes
...
See https://github.com/pret/pokeemerald/pull/1656
2022-06-23 09:48:12 -03:00
GriffinR
2eb1c9664e
Separate crt0, rom_header, and rom_header_gf
2022-06-21 20:16:20 -04:00
colonelsalt
1bca7cadc1
Rename transform arg in header as well
2022-05-13 08:47:57 +01:00
GriffinR
16aacb0648
Sync pokemon jump documentation
2022-03-02 02:05:07 -05:00
GriffinR
82f0cced2d
Merge pokemon jump files
2022-03-01 17:53:05 -05:00
GriffinR
a5e6e91605
Document/sync object event anims
2022-02-28 13:17:57 -05:00
cbt6
0aaae88d6e
Rename movement action 0x9F
2022-02-28 23:12:57 +08:00
GriffinR
23d7c00c62
Merge branch 'master' into clone-union
2022-02-22 18:42:20 -05:00
GriffinR
759f373d31
Merge pull request #488 from GriffinRichards/map-constants
...
Sync roamer.c, add missing map constant usage
2022-02-14 21:17:44 -05:00
GriffinR
59695b8221
Sync roamer
2022-02-11 15:05:15 -05:00
GriffinR
2598b285bb
Add missing trainer type constant usage
2022-02-11 13:26:55 -05:00
cbt6
0f3e26f9a4
Fix formatting and style
2022-02-10 01:53:48 +08:00
cbt6
ac3de6d02c
Rename some movement actions and functions
2022-02-10 00:20:22 +08:00
GriffinR
38601cf09b
Reformat clone objects in JSON
2022-02-05 14:34:53 -05:00
GriffinR
dd5f6ccd3b
Add union for clone objects
2022-02-05 13:42:46 -05:00
GriffinR
08a18d6e32
Sync/update trainer classes
2022-01-10 13:48:08 -05:00
GriffinR
7e38583a5d
Rotating Gate -> dir stair warp
2021-11-20 10:50:22 -05:00
GriffinR
b2c74cae84
Sync global
2021-11-19 20:36:59 -05:00
lioniac
e006569719
Deleted unused pokenav header
2021-11-01 16:14:59 -03: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
lioniac
d9800a63e0
Few renamings based on Emerald
2021-10-18 15:33:46 -03:00
GriffinR
1460774d1d
Sync fieldmap.c
2021-10-01 17:56:14 -04:00
PikalaxALT
f77e1a9901
Merge pull request #457 from Kurausukun/cgbsound
...
Port CgbSound Documentation and Fakematch Fixes
2021-08-11 19:55: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
Kurausukun
dbc41d1d14
port cgbsound documentation and fakematch fixes
2021-08-08 20:44:52 -04:00
GriffinR
1150e16b68
Merge pull request #450 from PikalaxALT/flatten_sprite_pos
...
Flatten pos fields in struct Sprite
2021-07-25 12:51:51 -04:00
PikalaxALT
864d371c25
Swap two fields in player PC struct
2021-07-17 20:33:31 -04:00
PikalaxALT
aec808ac0d
Flatten pos fields in struct Sprite
2021-07-07 09:05:48 -04:00
GriffinR
585d92f298
Merge pull request #445 from Kurausukun/ubfix
...
Port UBFIX Macro and Some Usages from Emerald
2021-07-03 17:25:05 -04:00
Kurausukun
ff94d49a45
add SAFE_DIV macro and usages
2021-07-03 17:18:41 -04:00
Kurausukun
88bd618496
port UBFIXes from emerald
2021-06-26 22:51:41 -04:00
Kurausukun
72fc4b6f84
change itemPrintFunc to use u32 instead of s32
2021-06-17 23:26:02 -04:00
Deokishisu
8e4320cc21
Sync LinkPlayer Struct with pokeemerald
...
In pokefirered, the `LinkPlayer` struct used an 11-byte name field and puts extra link-related info in the last three bytes. pokeemerald separates these last three bytes into their own fields. This commit replicates how pokeemerald handles those fields.
Also renamed `IntlConvertLinkPlayerName` to pokeemerald's `ConvertLinkPlayerName` because I was there and noticed it.
2021-06-03 12:45:59 -04:00
GriffinR
753b19d0ea
Merge pull request #435 from Kurausukun/dumb
...
[LEAK-INFORMED] Fix CreateShedinja Fakematch
2021-06-02 16:38:03 -04:00
PikalaxALT
c7e8b0857a
Sync link_rfu_3.c from Emerald
2021-06-01 16:27:38 -04:00
PikalaxALT
6580ac8739
Sync link_rfu_2 symbols from Emerald
2021-06-01 15:55:14 -04:00
Kurausukun
e80a68327b
[LEAK-INFORMED] fix CreateShedinja fakematch
2021-05-31 01:20:36 -04:00
PikalaxALT
1a9ba7bb0a
Revert typedefs in math_util
2021-05-26 09:59:32 -04:00
PikalaxALT
5c965f5357
Rename fixed point math routines again
2021-05-24 14:59:35 -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
c05af7f394
Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNT
2021-05-08 14:36:03 -04:00
PikalaxALT
8cb3819cc2
Merge remote-tracking branch 'origin/master' into doc_field_effect_templates
2021-05-08 11:35:23 -04:00
PikalaxALT
a64b074e7d
Rename palette tags and files
2021-05-08 11:34:38 -04:00
GriffinR
4767019e4f
Merge pull request #432 from PikalaxALT/fix_list_menu
...
Replace unknown list struct
2021-05-08 11:21:09 -04:00
PikalaxALT
e07dd9507b
Name used object event palette tags
2021-05-08 10:27:52 -04:00
PikalaxALT
b79634e2f3
TrainerTowerTrainer.{unkC --> textColor}
2021-05-06 12:52:05 -04:00
PikalaxALT
f2847354f4
Improve documentation of math_util
2021-05-06 09:27:56 -04:00
PikalaxALT
693e1c0fc9
Replace unknown list struct
2021-05-06 09:14:13 -04:00
PikalaxALT
27d4411de0
Fix accidental label swap in link_rfu.h
2021-05-05 13:07:22 -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
7f50753360
Sync field_effect_object_template_pointers.h with Emerald
2021-05-03 14:09:21 -04:00
PikalaxALT
cb90fda18d
Refactor some field effect graphics
2021-05-03 13:27:37 -04:00
PikalaxALT
d0f3c277a7
Corrections and augmentations to ttower docs
2021-04-29 09:56:44 -04:00
PikalaxALT
9a91476b81
Improve documentation of trainer tower sets
2021-04-28 20:44:15 -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
GriffinR
d21090cf04
Merge pull request #406 from hjk321/index-graphics
...
Document, Index, and Prettify Graphics, Part 1 (A-H)
2021-04-23 14:01:11 -04:00
PikalaxALT
704dc2f913
Document Pokedex Screen
2021-04-21 10:34:15 -04:00
GriffinR
918ed2d31e
Merge pull request #417 from SatoMew/master
...
Replace rival labels
2021-04-18 18:23:00 -04:00
SatoMew
c128e68062
Replace rival labels
2021-04-17 16:32:55 +01:00
PikalaxALT
627402560c
Name remaining symbols in pokemon_summary_screen.c
2021-04-13 09:17:12 -04:00
PikalaxALT
03b4ea32a9
Merge remote-tracking branch 'origin' into doc_pokesum
2021-04-12 16:18:38 -04: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
48fb5e9b45
correct text color variable names
2021-04-09 01:30:49 -04:00
PikalaxALT
c9632154ba
Document pokemon summary screen, 2
2021-04-04 11:27:51 -04:00
PikalaxALT
c99894bc60
Document Pokemon Summary Screen, 1
2021-04-04 09:59:40 -04:00
PikalaxALT
a704592eb7
Merge branch 'master' of github.com:pret/pokefirered into fix_mvmt_types
2021-03-31 09:42:57 -04:00
PikalaxALT
f00b44699c
Fix movement types; fix some math ops
2021-03-30 20:33:31 -04:00
hjk321
7d9bcc9f77
Document and index graphics/battle_anims and graphics/battle_interface
2021-03-30 17:13:37 -05:00
PikalaxALT
d9234adb00
Fix typos
2021-03-30 16:07:18 -04:00
PikalaxALT
8e82c291fd
Document bike.c and fix weird goto
2021-03-30 15:45:42 -04:00
PikalaxALT
6b64fbc522
Merge branch 'master' of github.com:pret/pokefirered into misc_doc
2021-03-24 08:15:08 -04:00
PikalaxALT
877e09438b
Fix alignment and typos
2021-03-23 15:58:16 -04:00
PikalaxALT
56b37fef8d
Update some more names in help system
2021-03-23 13:52:14 -04:00
PikalaxALT
10a96540ff
Rename help system C files
2021-03-23 11:43:46 -04:00
PikalaxALT
d1f62285b5
Document help system
2021-03-23 11:28:06 -04:00
PikalaxALT
ff7f7744b7
gGlyphInfo to struct
2021-03-23 09:17:23 -04:00
PikalaxALT
f6565a15d4
Style fixes; attempt to match help_system NONMATCHING
2021-03-21 20:28:42 -04:00
PikalaxALT
2edc21281e
Document symbols reffed in field_control_avatar
2021-03-20 17:27:21 -04:00
PikalaxALT
95c7e3d067
Update player avatar state enums
2021-03-20 16:44:16 -04:00
PikalaxALT
64d781111c
Document drought weather effect
2021-03-20 13:49:35 -04:00
PikalaxALT
cdfeb638f4
Document remaining routines in field_specials
2021-03-20 11:13:58 -04:00
PikalaxALT
f8932775cd
Sync berry.c sym labels from Emerald
2021-03-19 15:51:50 -04:00
Kurausukun
c94e5e9ab0
Merge remote-tracking branch 'upstream/master' into port_matchings
2021-03-19 14:34:58 -04:00
PikalaxALT
45f75213c0
Some more quest log and field player avater documentation
2021-03-19 09:26:01 -04:00
PikalaxALT
8ccf95e502
Label unnamed symbols in trade_scene, 1
2021-03-19 08:51:05 -04:00
PikalaxALT
89faf387db
Document remaining symbols in daycare.c
2021-03-19 08:29:25 -04:00
Kurausukun
c11710288a
port moar fixes and documentation
2021-03-19 02:25:43 -04:00
Kurausukun
f41d7b222c
[LEAK-INFORMED] match InitObjectEventStateFromTemplate
...
additionally, port range fixes from emerald as well as a couple other
things
2021-03-18 22:30:59 -04:00
PikalaxALT
bf69c79b12
Name all syms in battle_anim_mons
2021-03-18 20:32:20 -04:00
PikalaxALT
815636f271
Document ShouldIgnoreDeoxysForm
2021-03-18 18:23:41 -04:00
PikalaxALT
014596dea5
Document and refactor AdjustFriendship
2021-03-18 17:50:55 -04:00
PikalaxALT
c5aa5d3722
Fix faulty search&replace
2021-03-18 15:00:06 -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
c779411957
Sync EVO_MODE consts from emerald
2021-03-18 13:14:08 -04:00
PikalaxALT
d86c9b0976
Document battle_anim_mons, 1
2021-03-18 08:49:31 -04:00
PikalaxALT
5add6bc54f
Name undocced syms in battle_transition
2021-03-17 12:50:25 -04:00
PikalaxALT
a172f0064c
Fix accidental ++ deletion
2021-03-17 08:34:03 -04:00
PikalaxALT
4d86834d12
Document item use functions in pokemon.c
2021-03-16 21:16:31 -04:00
PikalaxALT
c4b61cc0ed
Document FRLG-unique vars in main.c
2021-03-16 16:57:52 -04:00
PikalaxALT
783488aae5
Name nullsubs in battle ctlrs
2021-03-16 16:41:28 -04:00
PikalaxALT
7794570c71
Document pokedude battle controller, 1
2021-03-16 13:51:03 -04:00
PikalaxALT
6fc2bdf840
battle_controller_link_partner sync labels from emerald
2021-03-16 09:46:17 -04:00
PikalaxALT
10f0222d28
Battle controller opponent sync labels from emerald
2021-03-16 08:24:53 -04:00
Kurausukun
a2367448b8
sync berry crush with emerald
2021-03-16 03:49:48 -04:00
PikalaxALT
14aa5bf52f
Remove unused, unneeded fields from BattleHealthboxInfo
2021-03-15 20:17:47 -04:00
PikalaxALT
81da6acff5
battle_gfx_sfx_util sync emerald names to unnamed syms
2021-03-15 19:32:49 -04:00
PikalaxALT
c6563b78c0
Sync new field name in BattleStruct
2021-03-15 16:19:15 -04:00
PikalaxALT
2f4f63afdb
Document old man batttle controller
2021-03-15 14:27:50 -04:00
PikalaxALT
df9bed0548
Revert HERE and USED macros
2021-03-15 08:33:37 -04:00
PikalaxALT
37537e38f9
Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer
2021-03-14 21:04:11 -04:00
PikalaxALT
31f4edbe50
Document more symbols in battle
2021-03-14 20:10:19 -04:00
GriffinR
077faeb1bd
Use global symbols for assembly on modern
2021-03-14 19:13:23 -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
PikalaxALT
f7f7e9a70d
More documentation in battle_main
2021-03-12 16:56:09 -05:00
PikalaxALT
b38a5a85d4
Resolve link comm buffers in gBattleStruct
2021-03-12 15:37:28 -05:00
GriffinR
1c03a923b7
Merge pull request #399 from Deokishisu/patch-1000
...
Fix Typos / Use Box Constants / Name an Unknown
2021-03-11 15:11:53 -05:00
GriffinR
28e3522acb
Use NONMATCHING on modern for gcc-arm-none-eabi
2021-03-10 17:55:46 -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
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
Deokishisu
fc623d2abf
Rename "Hidden" Movement Type to "Buried"
...
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`.
As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future.
2021-02-14 14:59:10 -05:00
GriffinR
8c66bde715
Merge pull request #388 from GriffinRichards/constants-localids
...
Use more LOCALID constants
2021-02-14 14:07:32 -05:00
GriffinR
b422fd4a49
Merge pull request #389 from Kurausukun/dexmatching
...
[LEAK-INFORMED] match the rest of pokedex_screen
2021-02-14 11:18:46 -05:00
GriffinR
1b84bd395d
Fix warning about gMonPaletteTable section
2021-02-12 17:18:14 -05:00
Kurausukun
ccd75ad32e
words are hard
2021-02-11 23:12:55 -05:00
Kurausukun
2ff02b3c5a
fix whitespace, update dex category macro
2021-02-11 23:06:33 -05:00
Kurausukun
6c77c7a714
[LEAK-INFORMED] match the rest of pokedex_screen
2021-02-11 21:50:39 -05:00
GriffinR
515dde69af
Use more LOCALID constants
2021-02-10 20:20:15 -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
9350e2d338
Sync mapjson with pokeemerald
2021-01-19 01:38:15 -05:00
GriffinR
9509797b98
Remove deadnaming, sync BgEvent
2020-12-31 14:24:30 -05:00
GriffinR
f8a1bf14fb
Merge pull request #371 from GriffinRichards/data-pokedex
...
Move pokedex_screen data from asm to C
2020-11-27 11:12:05 -05:00
Ashley Coleman
06b6853fb8
Rename farfetchd graphics to match define
2020-11-26 11:26:05 -08:00
GriffinR
1d820d4e0f
Clean up pokedex screen text
2020-11-12 00:06:22 -05:00
GriffinR
66e9059578
Move pokedex_screen data from asm to C
2020-11-11 23:44:30 -05:00
PokeCodec
26ac9c5faf
Match Most of Remaining Functions
2020-09-01 11:42:28 -04:00
GriffinR
bb56d4a3f4
Give songs meaningful english names
2020-08-29 03:11:03 -04:00
luckytyphlosion
ed4a703838
Apply static modifier to static functions in PSS.
2020-07-04 20:54:24 -04:00
luckytyphlosion
1ad6f5270c
Port over PSS data to src.
2020-07-04 20:32:44 -04:00
luckytyphlosion
d7df6bf6e3
Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt
2020-07-04 18:14:40 -04:00
luckytyphlosion
db2fb7785d
pokemon_summary_screen.c, part 12.
2020-07-04 16:07:40 -04:00
luckytyphlosion
7cb48a704a
pokemon_summary_screen.c, part 10.
2020-07-03 19:40:10 -04:00
luckytyphlosion
f8247cdd79
pokemon_summary_screen.c, part 9.
2020-07-03 17:42:40 -04:00
luckytyphlosion
9453c154d7
pokemon_summary_screen.c, part 8.
2020-07-02 20:19:37 -04:00
luckytyphlosion
d9d3ac1c5d
pokemon_summary_screen.c, part 7.
2020-07-02 16:45:49 -04:00
luckytyphlosion
91fea55a24
pokemon_summary_screen.c, part 6.
2020-06-25 12:59:37 -04:00
luckytyphlosion
114a5b9b6f
pokemon_summary_screen.c, part 5.
2020-06-24 13:57:19 -04:00
luckytyphlosion
a04106a011
pokemon_summary_screen.c, part 4.
2020-06-23 22:06:21 -04:00
luckytyphlosion
d096f37d75
pokemon_summary_screen.c, part 3.
...
Also commit hgrep.sh for searching in non-c files.
2020-06-23 17:13:23 -04:00
luckytyphlosion
7cabc3d1a5
pokemon_summary_screen.c, part 2.
...
Also fix prototype of MenuHelpers_CallLinkSomething.
2020-06-14 19:04:24 -04:00
luckytyphlosion
bc143a695d
Initial work on pokemon_summary_screen.c
2020-06-14 16:08:21 -04:00
PikalaxALT
85dbd6c93e
Merge pull request #342 from GriffinRichards/sync-mapdatasize
...
Add MAX_MAP_DATA_SIZE alias
2020-05-27 07:54:29 -04:00
PikalaxALT
e3769a2ee9
Merge pull request #340 from GriffinRichards/doc-inconnect
...
Label in_connection's field in ObjectEventTemplate
2020-05-27 07:53:11 -04:00
GriffinR
e055d3afa4
Add MAX_MAP_DATA_SIZE alias
2020-05-17 16:45:58 -04:00
GriffinR
7b18204a90
Merge branch 'master' into doc-inconnect
2020-05-14 19:27:02 -04:00
GriffinR
ea01b132b2
Label in_connection's field in ObjectEventTemplate
2020-05-14 16:29:19 -04:00
Evan
f5c694c5b4
alignment fix
2020-05-05 11:07:56 -06:00
Evan
5a5e68269d
fix PLAYER_AVATAR_FLAG_WATERING define
2020-05-05 11:00:39 -06:00
Evan
fcb999beea
document battle_message.c
2020-05-01 19:54:35 -06:00
PikalaxALT
ece62fa4ba
Merge pull request #333 from jiangzhengwenjz/librfu
...
fix librfu issues
2020-04-27 19:11:59 -04:00
PikalaxALT
9f8f350da3
Merge pull request #334 from jiangzhengwenjz/nonmatching
...
fix remainSize field in librfu
2020-04-27 19:11:39 -04:00
jiangzhengwenjz
2d0dace7e0
fix remainSize type
2020-04-28 04:45:15 +08:00
jiangzhengwenjz
151f583f0c
librfu issues
2020-04-27 07:37:31 +08:00
Evan
87ba2b8bde
battle anim documentation
2020-04-23 22:40:13 -06:00
fieldy101
4c409fa343
Resolving PR review
2020-04-23 10:05:19 +10:00
fieldy101
9634b58d7a
Port emerald water functions into firered
2020-04-22 23:30:44 +10:00
GriffinR
cdc705f7e3
Label GCN link flags field
2020-04-22 23:30:44 +10:00
GriffinR
03ca7d8bb4
Label GCN link flags field
2020-04-13 08:42:56 -04:00
PikalaxALT
4e3b3cdd3c
Berry Crush documentation, 2
2020-04-11 21:47:47 -04:00
PikalaxALT
8f8665e1dc
Some documentation of berry_crush
2020-04-11 14:34:45 -04:00
PikalaxALT
ec0edfd198
Cleanup of main.c
2020-04-10 20:16:31 -04:00
PikalaxALT
c29408cbbb
Use defines/enums in window.c, window_8bpp.c
2020-04-10 16:36:41 -04:00