mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add comments on bit 3 of battle status 3 to DeterminePaletteID:
This commit is contained in:
parent
f6b159bce7
commit
83681177f8
4
main.asm
4
main.asm
|
@ -101819,8 +101819,8 @@ Unknown_71f8f: ; 71f8f (1c:5f8f)
|
||||||
INCBIN "baserom.gbc",$71f8f,$71f97 - $71f8f
|
INCBIN "baserom.gbc",$71f8f,$71f97 - $71f8f
|
||||||
|
|
||||||
DeterminePaletteID: ; 71f97 (1c:5f97)
|
DeterminePaletteID: ; 71f97 (1c:5f97)
|
||||||
bit 3, a ; bit 3 of battle status 3 (unused?)
|
bit 3, a ; bit 3 of battle status 3, set if current Pokemon is transformed
|
||||||
ld a, PAL_GREYMON
|
ld a, PAL_GREYMON ; if yes, use Ditto's palette
|
||||||
ret nz
|
ret nz
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
Func_71f9d: ; 71f9d (1c:5f9d)
|
Func_71f9d: ; 71f9d (1c:5f9d)
|
||||||
|
|
Loading…
Reference in a new issue