diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-09-06 22:50:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 16:50:51 -0400 |
| commit | d18d7089c795751da0b6ee3d0c016576c332fe68 (patch) | |
| tree | 78997fa383e64d8b227c334168f07efca29f1eef /home/pics.asm | |
| parent | Use `SFX_STOP_ALL_MUSIC` (#136) (diff) | |
| download | pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.tar.gz pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.tar.xz pokeyellow-d18d7089c795751da0b6ee3d0c016576c332fe68.zip | |
Fix .tilemap file extension, fix some typos (#138)
Diffstat (limited to 'home/pics.asm')
| -rw-r--r-- | home/pics.asm | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
