diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-28 14:13:42 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-28 14:13:42 -0400 |
commit | 83681177f818a34d250656b42e5a7134fc33094b (patch) | |
tree | 9e9459b3e725fd33239b428f3893f169c7f898b3 | |
parent | f6b159bce7ec0ebe59717b2e13c231f322c45521 (diff) |
Add comments on bit 3 of battle status 3 to DeterminePaletteID:
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |