From d237b01cfb241f417567c964e0df0658cf921570 Mon Sep 17 00:00:00 2001 From: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:31:11 +0200 Subject: Misc. naming and cleanup (#139) * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` --- engine/battle/scale_sprites.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/scale_sprites.asm') diff --git a/engine/battle/scale_sprites.asm b/engine/battle/scale_sprites.asm index eedd2e1d..4666f696 100644 --- a/engine/battle/scale_sprites.asm +++ b/engine/battle/scale_sprites.asm @@ -2,7 +2,7 @@ ; assumes that input sprite chunks are 4x4 tiles, and the rightmost and bottommost 4 pixels will be ignored ; resulting in a 7*7 tile output sprite chunk ScaleSpriteByTwo: - ld a, $0 + ld a, BANK("Sprite Buffers") call OpenSRAM call .ScaleSpriteByTwo call CloseSRAM -- cgit v1.3.1-sl0p