GriffinR
09ee60049c
Quest log doc cleanup
2023-08-18 15:40:57 -04:00
GriffinR
10c1e1298f
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-08-18 11:26:22 -04:00
GriffinR
dcdb9024d8
Sync palette macros
2023-05-26 14:52:21 -04:00
GriffinR
45e4c30d38
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-04-10 10:18:07 -04:00
GriffinR
ac9bd3ec8f
Treat map data as const
2023-03-16 12:46:46 -04:00
GriffinR
66e279611b
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2022-11-30 15:03:21 -05:00
GriffinR
e872033fdd
Misc symbol roundup
2022-11-18 21:45:42 -05:00
GriffinR
9721926b58
Quest log entry to union
2022-11-10 13:59:45 -05:00
GriffinR
78b07aace5
Start documenting quest log
2022-11-10 13:25:05 -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
57e82c9264
Label movement action arrays, z coord -> elevation
2022-10-05 18:20:54 -04:00
GriffinR
0a01d8f31b
Merge pull request #545 from GriffinRichards/sync-fieldmap
...
Sync fieldmap
2022-09-12 14:31:51 -04:00
GriffinR
0400ee2124
Merge branch 'master' into clone-union
2022-09-03 14:31:04 -04:00
GriffinR
dcdf31f020
Sync fieldmap
2022-09-02 19:24:59 -04:00
GriffinR
72f76b19b3
Sync script.c
2022-08-22 20:27:23 -04:00
GriffinR
ab56ac41a1
Merge branch 'master' into clone-union
2022-08-17 15:41:50 -04:00
cbt6
73f8a54aa9
Document remaining movement types and actions
2022-08-16 12:24:18 +08:00
cbt6
2644dd9c21
Merge branch 'master' into movement-action
2022-08-15 12:54:47 +08:00
cbt6
7233b2ed0a
Rename WalkFastest functions to WalkFaster
2022-08-11 12:21:28 +08:00
cbt6
84848deb14
Rename movement action funcs
2022-08-11 12:20:07 +08:00
cbt6
79ae1e4f14
Use constants for movement speeds
2022-08-11 12:18:04 +08:00
cbt6
1d4503ab46
Sync jump movement functions
2022-08-11 12:17:00 +08:00
GriffinR
2b93687ade
Merge branch 'master' of https://github.com/GriffinRichards/pokefirered into clone-union
2022-08-10 13:48:30 -04:00
GriffinR
acb480f1c1
Sync event.inc and scrcmd.c
2022-08-09 15:10:38 -04:00
GriffinR
1640f8b835
Document metatile behaviors
2022-08-05 15:27:08 -04:00
Eduardo Quezada
60ce72fa5a
Synced src/mon_markings.c and partly synced PSS
2022-07-30 12:29:20 -04:00
Eduardo Quezada
c40791fd4e
SPRITE_INVALID_TAG -> TAG_NONE
2022-07-29 18:37:43 -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
GriffinR
a5e6e91605
Document/sync object event anims
2022-02-28 13:17:57 -05: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
24f18af338
Add missing map constant usage
2022-02-11 14:43:38 -05:00
GriffinR
2598b285bb
Add missing trainer type constant usage
2022-02-11 13:26:55 -05:00
Deokishisu
27c3f7204a
Fix Magic Number in sub_8064544 in event_object_movement.c
...
`sub_8064544()` has something to do with handling boulder puzzles and used a magic number instead of `OBJ_EVENT_GFX_PUSHABLE_BOULDER` while checking the object's `graphicsId`. This has been fixed.
2022-02-11 06:19:16 -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
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
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
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