diff options
author | yenatch <yenatch@gmail.com> | 2015-07-20 23:05:28 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-07-20 23:05:28 -0700 |
commit | 973721491c38aa3014f5b28982227a618d2f6b59 (patch) | |
tree | e01415064e6da53a471d75b2eb0113846650322b /constants/wram_constants.asm | |
parent | a3c6931fa8edd09fcea678fd8d2e9988951380de (diff) | |
parent | 0b5471f385d3cc66bb4ae7aa4191ce3af9f50cac (diff) |
Merge remote-tracking branch 'kanzure/master' into gfx-script
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index baed9fc56..8fe8284f2 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -68,3 +68,6 @@ PLAYER_BIKE EQU 1 PLAYER_SLIP EQU 2 PLAYER_SURF EQU 4 PLAYER_SURF_PIKA EQU 8 + +OBJECT_STRUCT_LENGTH EQU 40 +NUM_OBJECT_STRUCTS EQU 13 |