From d18d7089c795751da0b6ee3d0c016576c332fe68 Mon Sep 17 00:00:00 2001 From: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> Date: Sat, 6 Sep 2025 22:50:51 +0200 Subject: Fix .tilemap file extension, fix some typos (#138) --- home/copy2.asm | 2 +- home/pics.asm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'home') diff --git a/home/copy2.asm b/home/copy2.asm index 6245ad5d..4acedf82 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -5,7 +5,7 @@ IsTilePassable:: FarCopyDataDouble:: ; Expand bc bytes of 1bpp image data -; from a:de to 2bpp data at hl. +; from a:hl to 2bpp data at de. ld [wFarCopyDataSavedROMBank], a ldh a, [hLoadedROMBank] push af diff --git a/home/pics.asm b/home/pics.asm index b87d987d..7a58a05e 100644 --- a/home/pics.asm +++ b/home/pics.asm @@ -9,7 +9,6 @@ UncompressMonSprite:: ld a, [hl] ld [wSpriteInputPtr+1], a ; define (by index number) the bank that a pokemon's image is in -; index = MEW: bank $1 ; index = FOSSIL_KABUTOPS: bank $B ; index < $1F: bank $9 ("Pics 1") ; $1F ≤ index < $4A: bank $A ("Pics 2") -- cgit v1.3.1-sl0p