diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 16:27:04 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 16:27:04 -0400 |
commit | a775ff15062bedcd05d852ba62b711141f75e245 (patch) | |
tree | af21c3a8ffd93cd218b4968013e8aed284b60212 /macros/wram.asm | |
parent | 631393caae17541cbb363e5e019fb77a4a7f31a5 (diff) |
Label some known WRAM labels from pokecrystal.
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 4da9654e..d7ba1834 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -286,7 +286,6 @@ object_struct: MACRO ENDM map_object: MACRO -\1Object:: \1ObjectStructID:: ds 1 \1ObjectSprite:: ds 1 \1ObjectYCoord:: ds 1 @@ -300,7 +299,7 @@ map_object: MACRO \1ObjectScript:: ds 2 \1ObjectEventFlag:: ds 2 ds 2 -endm +ENDM sprite_anim_struct: MACRO \1Index:: ds 1 ; 0 |