Commit Graph

207 Commits

Author SHA1 Message Date
GriffinR 092f19f323 Sync menu_helpers.c 2022-11-11 11:56:59 -05:00
cbt6 8998b19435 Document src/event_object_movement.c 2022-11-07 14:53:37 +08:00
GriffinR f096196c91 Merge branch 'master' into porymap-5 2022-10-27 14:16:25 -04:00
GriffinR 32ab6087d8 Merge pull request #484 from GriffinRichards/clone-union
Separate connection clone objects from normal objects
2022-10-17 21:29:52 -04:00
GriffinR 3de70980e5 Document text window 2022-10-05 15:00:58 -04:00
GriffinR 4e3dedd6fa Sync palette 2022-10-01 22:30:05 -04:00
GriffinR 0400ee2124 Merge branch 'master' into clone-union 2022-09-03 14:31:04 -04:00
GriffinR 72f76b19b3 Sync script.c 2022-08-22 20:27:23 -04:00
GriffinR 2b93687ade Merge branch 'master' of https://github.com/GriffinRichards/pokefirered into clone-union 2022-08-10 13:48:30 -04:00
cbt6 686c8383e5 Document src/save.c 2022-08-05 14:18:53 +08:00
Eduardo Quezada 95dd979f09 Font constants and slight PSS sync 2022-07-31 21:00:27 -04:00
Eduardo Quezada 60ce72fa5a Synced src/mon_markings.c and partly synced PSS 2022-07-30 12:29:20 -04:00
Eduardo Quezada 7f53f533bb Synced src/battle_script_commands.c 2022-07-29 09:42:03 -04:00
Eduardo Quezada 3b98289de2 BeginNormalPaletteFade PALETTES_ALL documentation 2022-07-27 13:16:28 -04:00
GriffinR dd5f6ccd3b Add union for clone objects 2022-02-05 13:42:46 -05:00
lioniac 0cc1d8a1b5 Multiple renamings; Removed some orphaned functions 2021-10-27 11:56:03 -03:00
PikalaxALT 301ef72cf8 Use CpuCopy macros instead of CpuSet directly 2021-03-20 14:11:43 -04:00
PikalaxALT cdfeb638f4 Document remaining routines in field_specials 2021-03-20 11:13:58 -04:00
PikalaxALT 45f75213c0 Some more quest log and field player avater documentation 2021-03-19 09:26:01 -04:00
GriffinR 1f6dc0e86b Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
PikalaxALT aea30489fc Create COPYWIN defines for CopyWindowToVram calls 2020-04-10 16:17:46 -04:00
PikalaxALT 61a06dffe7 Address review comments 2020-04-10 10:57:20 -04:00
PikalaxALT ea207f6334 Clean up includes 2020-04-08 17:03:26 -04:00
PikalaxALT 54559c2e08 More quest log documentation 2020-04-07 19:37:53 -04:00
PikalaxALT 31ecdcdd0a Merge branch 'master' of github.com:pret/pokefirered into various_documentation 2020-04-07 07:50:06 -04:00
PikalaxALT a7d74b1779 More quest log doccing 2020-04-06 20:43:53 -04:00
PikalaxALT c78101535b Split quest_log.c 2020-04-06 17:58:24 -04:00
GriffinR 1536737da4 Fix some static labels 2020-04-06 10:51:07 -04:00
GriffinR 100188ac43 Move gfx out of data 2020-04-06 10:02:14 -04:00
PikalaxALT a622448029 More quest log documentation amid other stuff 2020-04-05 20:30:45 -04:00
PikalaxALT 1d399a41dd Fix intro gfx and start doccing intro methods 2020-04-01 08:57:03 -04:00
PikalaxALT af32535610 Name all specials 2020-03-31 08:49:47 -04:00
PikalaxALT 20b7967049 Some doc in shop, quest_log 2020-03-29 11:00:02 -04:00
PikalaxALT 581ec47ae2 Document map_name_popup task fields 2020-03-29 10:42:31 -04:00
PikalaxALT f0fe4904d0 through sub_8056918 2020-03-28 14:03:51 -04:00
PikalaxALT 24ac46856a through sub_805644C 2020-03-28 12:20:20 -04:00
PikalaxALT adc7a0b65a Document field teleport anim 2020-03-25 19:40:34 -04:00
PikalaxALT 8a85485cc2 through PlayerTurnInPlace 2020-03-24 18:17:18 -04:00
PikalaxALT 87b2c7f34b through PlayerSetAnimId; some quest log doc 2020-03-24 08:56:14 -04:00
PikalaxALT d2b0f36b7d Port PSS utility functions 2020-03-11 09:55:45 -04:00
PikalaxALT 6676e5bcb8 Use FADE_TO_BLACK define in other files 2020-03-09 09:43:37 -04:00
PikalaxALT 73e6280144 Document fldeff_flash and map_preview_screen 2020-03-08 19:54:02 -04:00
GriffinR eb4327a714 Move strings.s to src 2020-03-05 14:20:02 -05:00
GriffinR 13e06bf7f8 Combine special prefixes, drop more 2020-03-04 10:42:16 -05:00
GriffinR 7af1b35d17 Sync some specials/drop unnecessary prefixes 2020-03-03 17:45:25 -05:00
PikalaxALT d975572a6a Fix some extern declarations 2020-03-02 10:26:42 -05:00
PikalaxALT 41644b283a through sub_8097A20 2020-02-25 16:52:16 -05:00
PikalaxALT b7c28c4be7 Remove redundant include lines 2020-02-21 15:00:56 -05:00
PikalaxALT 69d8833b31 Prelim names for mvmt actions; merge field_ground_effect into evobjmv 2020-02-21 13:41:18 -05:00
GriffinR a4cd331634 Merge branch 'master' into doc-ttower 2020-02-15 20:44:57 -05:00