Commit Graph

58 Commits

Author SHA1 Message Date
PikalaxALT aec808ac0d Flatten pos fields in struct Sprite 2021-07-07 09:05:48 -04:00
Kurausukun 88bd618496 port UBFIXes from emerald 2021-06-26 22:51:41 -04:00
PikalaxALT c05af7f394 Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNT 2021-05-08 14:36:03 -04:00
PikalaxALT f12ce45033 Fix visual alignment of pal tag defines 2021-05-08 14:28:57 -04:00
PikalaxALT d30ba3b1fe Port pal tag names from Emerald 2021-05-08 14:28:08 -04:00
PikalaxALT c94617db96 Match pal tag names with their values 2021-05-08 11:41:38 -04:00
PikalaxALT a64b074e7d Rename palette tags and files 2021-05-08 11:34:38 -04:00
PikalaxALT e07dd9507b Name used object event palette tags 2021-05-08 10:27:52 -04:00
PikalaxALT fecbee43d3 Name gObjectEventPal_xxx objects 2021-05-04 09:51:48 -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 32b19a2722 Remove unneeded temp var in MovementActionFunc_x99_1 2021-03-31 13:32:47 -04:00
PikalaxALT f00b44699c Fix movement types; fix some math ops 2021-03-30 20:33:31 -04:00
PikalaxALT 6b64fbc522 Merge branch 'master' of github.com:pret/pokefirered into misc_doc 2021-03-24 08:15:08 -04:00
PikalaxALT 95c7e3d067 Update player avatar state enums 2021-03-20 16:44:16 -04:00
PikalaxALT cdfeb638f4 Document remaining routines in field_specials 2021-03-20 11:13:58 -04:00
Kurausukun 37e5dd9c33 match RollCredits, with thanks to shoomer 2021-03-19 16:24:22 -04:00
PikalaxALT 45f75213c0 Some more quest log and field player avater documentation 2021-03-19 09:26:01 -04:00
Kurausukun 31a32c955e fakematch sub_805EE3C
I have no idea why this won't actually match, but thanks to pidgey for figuring out this fakematch
2021-03-19 04:53:28 -04:00
Kurausukun f18aeb187d [LEAK-INFORMED] fix cut nonmatchings 2021-03-18 23:47:39 -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
GriffinR 077faeb1bd Use global symbols for assembly on modern 2021-03-14 19:13:23 -04: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 d8f858d04e Wrap asm statements in NONMATCHING 2020-08-18 09:09:25 -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 992fba2bc5 Fix nonmatching build 2020-05-14 19:14:34 -04:00
GriffinR ea01b132b2 Label in_connection's field in ObjectEventTemplate 2020-05-14 16:29:19 -04:00
Evan 5a5e68269d fix PLAYER_AVATAR_FLAG_WATERING define 2020-05-05 11:00:39 -06: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 9130579f14 Resolve off-by-one error in evobjmv.c 2020-03-26 17:37:14 -04:00
PikalaxALT 402f2643bd Merge branch 'master' of github.com:pret/pokefirered into field_player_avatar 2020-03-26 17:07:52 -04:00
GriffinR 73503e3e4d Use directional movement action constants 2020-03-26 13:54:42 -04:00
PikalaxALT 9cb08e3475 Document player avatar fields 2020-03-25 20:40:44 -04:00
PikalaxALT c032dc0231 through AlignFishingAnimationFrames 2020-03-25 17:37:07 -04:00
GriffinR 89c4e3229e Review static evobjmv data 2020-03-25 03:22:12 -04:00
GriffinR f6d0a14e7f Move remaining event_object_movement data to src 2020-03-25 01:21:31 -04:00
GriffinR 0da7681d8f Move object event graphics to src 2020-03-25 01:14:16 -04:00
GriffinR 5b612393eb Move data up to object event graphics to src 2020-03-25 00:57:23 -04:00
GriffinR 970717ee2c Move object event graphics info pointers to src 2020-03-25 00:46:27 -04:00
PikalaxALT 6c964a6350 through InitPlayerAvatar 2020-03-24 20:59:37 -04:00
GriffinR d50ce48776 Move field effect object template pointers to src 2020-03-24 20:36:52 -04:00
GriffinR 936529b3cb Move object event pic tables to src 2020-03-24 20:31:12 -04:00
GriffinR 8214c6a91f Move object event anims to src 2020-03-24 18:49:38 -04:00
GriffinR db50454973 Move base oam to src 2020-03-24 18:16:41 -04:00
GriffinR badb380861 Move object event subsprites to src 2020-03-24 17:24:29 -04:00
GriffinR 5d0ababb58 Move object event graphics info to src 2020-03-24 16:58:47 -04:00
GriffinR 671a5d3273 Move palette tags to src 2020-03-24 14:44:21 -04:00
GriffinR b021ce35b7 Move field effect objects to src 2020-03-24 14:16:49 -04:00
GriffinR 68e942065a Move movement type func tables to src 2020-03-23 22:42:36 -04:00