summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-28 14:13:42 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-28 14:13:42 -0400
commit83681177f818a34d250656b42e5a7134fc33094b (patch)
tree9e9459b3e725fd33239b428f3893f169c7f898b3
parentf6b159bce7ec0ebe59717b2e13c231f322c45521 (diff)
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 44dc3e0e..72a572f2 100644
--- a/main.asm
+++ b/main.asm
@@ -101819,8 +101819,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)