diff options
Diffstat (limited to 'engine/decorations.asm')
-rwxr-xr-x | engine/decorations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/decorations.asm b/engine/decorations.asm index 160022b93..1e9effe97 100755 --- a/engine/decorations.asm +++ b/engine/decorations.asm @@ -1368,7 +1368,7 @@ _GetDecorationSprite: ; 27085 ld c, a push de push hl - callba GetDecorationSprite + farcall GetDecorationSprite pop hl pop de ld a, c |