summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 11:55:55 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 11:55:55 +0000
commit3dd204220082d85ce5f1c92250f7240e3dc92944 (patch)
treeff9d0dec04394bfa02b767a80b08cda20e2191e5 /src/data
parent152fb72933bbe7326d6172f3e2c8659346e8acc7 (diff)
Document duel animation playing routines
Diffstat (limited to 'src/data')
-rw-r--r--src/data/palettes1.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/palettes1.asm b/src/data/palettes1.asm
index 75b7c10..8514090 100644
--- a/src/data/palettes1.asm
+++ b/src/data/palettes1.asm
@@ -1,4 +1,4 @@
-; palette data are read by Func_80418, expected to be structured as so:
+; palette data are read by LoadPaletteData, expected to be structured as so:
; the first byte has possible values of 0, 1 or 2
; - if 0, nothing is done;
; - if 1, then the next byte is written to OBP0 (or to OBP1 if wd4ca == $1);