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 | |
| 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')
| -rw-r--r-- | home/copy2.asm | 2 | ||||
| -rw-r--r-- | home/pics.asm | 1 |
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") |
