Commit Graph

41 Commits

Author SHA1 Message Date
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 6580ac8739 Sync link_rfu_2 symbols from Emerald 2021-06-01 15:55:14 -04:00
PikalaxALT ee6b3c1acf Sync berry crush from Emerald 2021-05-05 13:03:39 -04:00
PikalaxALT 627402560c Name remaining symbols in pokemon_summary_screen.c 2021-04-13 09:17:12 -04:00
PikalaxALT 815636f271 Document ShouldIgnoreDeoxysForm 2021-03-18 18:23:41 -04:00
PikalaxALT 2f4f63afdb Document old man batttle controller 2021-03-15 14:27:50 -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 aea30489fc Create COPYWIN defines for CopyWindowToVram calls 2020-04-10 16:17:46 -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 9b9ae3d337 through sub_8080E6C 2020-02-29 14:30:01 -05: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 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 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 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
GriffinR 04d176334a Document some Quest Log 2020-01-15 16:00:45 -05:00
PikalaxALT 5ef7bf7bf4 data/link_rfu.s --> data/easy_chat_2.s 2020-01-14 14:57:41 -05:00
PikalaxALT 14dc160ae6 SUBALIGN rodata sections 2019-12-21 11:10:36 -05:00
PikalaxALT 2fa08605b8 Propagate save status, type, and sector defines 2019-11-04 17:12:02 -05:00
jiangzhengwenjz 1dc0b25c1e Merge branch 'master' into battle 2019-10-24 01:42:52 +08:00
PikalaxALT 221259d0d6 sys flags 2019-10-21 10:42:24 -04:00
jiangzhengwenjz f03807931f thru sub_8011B94 2019-10-17 02:01:07 +08:00
PikalaxALT 734cada66a Address review comments 2019-10-09 18:12:37 -04:00
PikalaxALT 99bd3d9154 Finish main menu decomp 2019-10-08 10:31:33 -04:00
PikalaxALT 5ba9fcdd3f Consistent spacing for struct ptr arg/var decls 2019-10-07 12:34:42 -04:00
PikalaxALT 6d0f19184e Static const 2019-10-07 11:27:34 -04:00
PikalaxALT f39511d7c8 Finish link.s decomp 2019-10-07 10:54:45 -04:00
PikalaxALT e73e1172aa link through ResetSerial 2019-10-06 21:08:53 -04:00
PikalaxALT 76fd98fffe link through CheckErrorStatus 2019-10-06 20:04:37 -04:00
PikalaxALT 5620b0ed1a link through BuildSendCmd 2019-10-06 18:03:46 -04:00
PikalaxALT 221dd4721d link through TestBlockTransfer + bss, ewram 2019-10-05 20:30:02 -04:00
PikalaxALT b01da1a592 link.c through InitLocalLinkPlayer 2019-10-05 15:49:05 -04:00