diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 01:42:44 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 01:42:44 +0200 |
commit | c146c247f23f703f1de48506ecb222d5b72a1200 (patch) | |
tree | f454b3d03bdb2de8328a701f059a71da1f5f4661 /asm/rotating_gate.s | |
parent | 26bf61e06fb4c29e9a297d88dbe42942ba0c96b9 (diff) |
decompile more of sprite.s
Diffstat (limited to 'asm/rotating_gate.s')
-rw-r--r-- | asm/rotating_gate.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/rotating_gate.s b/asm/rotating_gate.s index ab8c9a457..271898d68 100644 --- a/asm/rotating_gate.s +++ b/asm/rotating_gate.s @@ -628,7 +628,7 @@ _080FBC94: ldr r0, =gSprites adds r4, r0 adds r0, r4, 0 - bl obj_free_rotscale_entry + bl FreeSpriteOamMatrix adds r0, r4, 0 bl DestroySprite movs r0, 0x40 |