diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-09-11 00:05:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-11 01:05:04 -0400 |
| commit | 74cee737f6990fd770838eb8fe4d090028a76bd9 (patch) | |
| tree | 7fbeb06d9c35225f9b95915a6b31fa7322b1f09d /constants/map_object_constants.asm | |
| parent | Link to the symbols branch (diff) | |
| download | pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.gz pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.xz pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.zip | |
Rename `macros/wram.asm` to `macros/ram.asm` (#388)
Diffstat (limited to 'constants/map_object_constants.asm')
| -rw-r--r-- | constants/map_object_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/map_object_constants.asm b/constants/map_object_constants.asm index 5c666d83..377edcea 100644 --- a/constants/map_object_constants.asm +++ b/constants/map_object_constants.asm @@ -1,4 +1,4 @@ -; spritestatedata1 struct members (see macros/wram.asm) +; spritestatedata1 struct members (see macros/ram.asm) const_def const SPRITESTATEDATA1_PICTUREID ; 0 const SPRITESTATEDATA1_MOVEMENTSTATUS ; 1 @@ -18,7 +18,7 @@ const SPRITESTATEDATA1_0F ; f DEF SPRITESTATEDATA1_LENGTH EQU const_value -; spritestatedata2 struct members (see macros/wram.asm) +; spritestatedata2 struct members (see macros/ram.asm) const_def const SPRITESTATEDATA2_WALKANIMATIONCOUNTER ; 0 const SPRITESTATEDATA2_01 ; 1 |
