Commit Graph

47 Commits

Author SHA1 Message Date
Eduardo Quezada 60ce72fa5a Synced src/mon_markings.c and partly synced PSS 2022-07-30 12:29:20 -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
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
PikalaxALT b3dfc556b1 Minor aesthetic tweaks RE review 2021-06-02 13:18:59 -04:00
PikalaxALT 6580ac8739 Sync link_rfu_2 symbols from Emerald 2021-06-01 15:55:14 -04:00
PikalaxALT 5d9e161ae1 Port link_rfu_2 fakematch fix from Emerald 2021-05-28 16:04:10 -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 815636f271 Document ShouldIgnoreDeoxysForm 2021-03-18 18:23:41 -04:00
GriffinR 1f6dc0e86b Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
PikalaxALT 8f8665e1dc Some documentation of berry_crush 2020-04-11 14:34:45 -04:00
PikalaxALT b22d3a821d Merge branch 'master' of github.com:pret/pokefirered into modern_gcc 2020-04-10 13:10:44 -04:00
PikalaxALT 5f7ed93363 Name as many symbols as I could in trade.c 2020-04-10 12:03:37 -04:00
PikalaxALT fd66e15464 Address review comments, 2 2020-04-10 11:11:47 -04:00
PikalaxALT ea207f6334 Clean up includes 2020-04-08 17:03:26 -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 0f618efb15 Finish overworld.c 2020-03-28 21:39:28 -04:00
PikalaxALT 57c2ea74a8 Address review comments 2020-02-12 17:02:45 -05:00
PikalaxALT aa4a979334 More function documentation in union_room, link, link_rfu_2 2020-02-12 15:32:14 -05:00
PikalaxALT fd1f45ceae More symbol docs in librfu, link_rfu_2 2020-02-11 08:57:39 -05:00
PikalaxALT 78caeff45b Name remaining funcs in union_room.c 2020-02-06 10:44:22 -05:00
PikalaxALT 6af7391add More renaming in union_room.c 2020-02-04 17:01:57 -05:00
PikalaxALT 4770fac9eb More mevent documentation 2020-02-04 14:16:45 -05:00
PikalaxALT e0d25c3289 Document wireless_communication_status_screen 2020-02-03 20:09:14 -05:00
PikalaxALT 7bd0a83d35 I'm so original with these commit names 2020-02-03 16:41:25 -05:00
PikalaxALT 46a3ca5134 Union room activity documentation 2020-02-03 13:42:57 -05:00
PikalaxALT e3307a5b7a Still more documentation of RFU 2020-01-30 14:54:21 -05:00
PikalaxALT 78196be41e More RFU documentation 2020-01-30 10:48:42 -05:00
PikalaxALT 96a7ad2fc5 Clean up sub_80FBA00 2020-01-29 16:57:53 -05:00
PikalaxALT 8a3eb95ed4 Yet more documentation of rfu fields and functions 2020-01-29 16:54:03 -05:00
PikalaxALT 664fa0130a More doccing of linkManager 2020-01-29 16:10:52 -05:00
PikalaxALT 1cc9d0eea9 Document link_rfu.c as official SDK linkManager.c 2020-01-29 12:39:54 -05:00
PikalaxALT 0ebdbcfd5b Document union room chat 2020-01-25 19:58:39 -05:00
PikalaxALT 70e7f464ca PLAYER_NAME_LENGTH to 7 2020-01-24 21:57:31 -05:00
PikalaxALT 48f7bbe6f6 Some documentation of rfu_union_tool 2020-01-22 14:29:37 -05:00
PikalaxALT fad3674028 Merge pull request #225 from GriffinRichards/doc-questlog
Document some quest log
2020-01-16 09:53:08 -05:00
PikalaxALT 0727b0ffd3 Some parameter updates 2020-01-15 21:14:09 -05:00
GriffinR 153858af60 Merge master into doc-questlog 2020-01-15 16:27:36 -05:00
PikalaxALT e03a61e239 Use librfu consts in link_rfu_*.c 2020-01-15 13:54:06 -05:00
PikalaxALT 5ef7bf7bf4 data/link_rfu.s --> data/easy_chat_2.s 2020-01-14 14:57:41 -05:00
PikalaxALT 0d5f88f496 Move UnkRfuStruct_2 to link_rfu.h where it belongs 2020-01-14 12:45:33 -05:00
PikalaxALT 246e3461c7 Move GFtgtGname out of librfu.h 2020-01-14 12:41:43 -05:00
PikalaxALT b76b38c257 Finish porting link_rfu_2 2020-01-14 12:27:56 -05:00
PikalaxALT d9ea5a0815 link_rfu_2 through rfufunc_80FA020 2020-01-13 22:08:11 -05:00
PikalaxALT 36306a82d1 link_rfu_2 through sub_80F8F5C 2020-01-13 20:40:47 -05:00