summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriimarckus <iimarckus@gmail.com>2013-09-04 20:38:49 -0700
committeriimarckus <iimarckus@gmail.com>2013-09-04 20:38:49 -0700
commit37c80175368352710e20f752ebfdc1e9e3ac3e2b (patch)
tree8243a6d965fc4c6dab2fa4587296550c96bf84a9
parent3ded09ef5dc1ab7af6d786cf34dd881ae8da3114 (diff)
parent83681177f818a34d250656b42e5a7134fc33094b (diff)
Merge pull request #3 from dannye/comments
Add comments on bit 3 of battle status 3 to DeterminePaletteID:
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 5d084827..8b317dac 100644
--- a/main.asm
+++ b/main.asm
@@ -102503,8 +102503,8 @@ Unknown_71f8f: ; 71f8f (1c:5f8f)
INCBIN "baserom.gbc",$71f8f,$71f97 - $71f8f
DeterminePaletteID: ; 71f97 (1c:5f97)
- bit 3, a ; bit 3 of battle status 3 (unused?)
- ld a, PAL_GREYMON
+ bit 3, a ; bit 3 of battle status 3, set if current Pokemon is transformed
+ ld a, PAL_GREYMON ; if yes, use Ditto's palette
ret nz
ld a, [hl]
Func_71f9d: ; 71f9d (1c:5f9d)