diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 00:21:11 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 00:21:11 +0200 |
commit | 26bf61e06fb4c29e9a297d88dbe42942ba0c96b9 (patch) | |
tree | cba71f429712e34a9f98c119d6f17f3d166a0407 /asm/easy_chat.s | |
parent | bc5acf7394d9e0058d52df1872133cac385694c7 (diff) |
start decompiling sprite.s
Diffstat (limited to 'asm/easy_chat.s')
-rw-r--r-- | asm/easy_chat.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/easy_chat.s b/asm/easy_chat.s index bcf72cb60..09f956503 100644 --- a/asm/easy_chat.s +++ b/asm/easy_chat.s @@ -292,7 +292,7 @@ _0811A454: _0811A468: movs r0, 0 bl SetVBlankCallback - bl ResetAllObjectData + bl ResetSpriteData bl ResetObjectPaletteAllocator bl ResetPaletteFade b _0811A4C0 |