Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-06-13 | Bring all movement function names up-to-date with pokeruby | Marcus Huderle | |
2018-06-11 | Rebrand 'map object' and 'field object' to 'event object' | Marcus Huderle | |
2018-06-11 | Move all field object data into src/data and event_object_movement.c | Marcus Huderle | |
2018-06-11 | Rename field_map_obj to event_object_movement | Marcus Huderle | |
2018-04-10 | Decompile script movement | KDSKardabox | |