aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/copy2.asm2
-rw-r--r--home/pics.asm1
2 files changed, 1 insertions, 2 deletions
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")