diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-14 18:55:13 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-14 20:05:31 -0700 |
commit | 32ff3d185635cf9458e7da4b06082e6e03f8dbc7 (patch) | |
tree | 427be348b5508bef775c0d68aae58457f9b521c3 /wram.asm | |
parent | 4bc797117826dff27cdb0901b10c382d5f4fa4ab (diff) |
Label a bunch of OAM entries
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -468,14 +468,8 @@ wd502:: ; 0xd502 wd503:: ; 0xd503 ds $1 -wd504:: ; 0xd504 - ds $1 - -wd505:: ; 0xd505 - ds $1 - -wd506:: ; 0xd506 - ds $1 +wStaryuAnimation:: ; 0xd504 + animation wStaryuAnimation wSpinnerCollision:: ; 0xd507 ; Second byte is set by HandleGameObjectCollision, but is unused |