diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-18 15:41:08 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-18 15:41:08 +0700 |
commit | 2734e4411c9f1fec63abe662ac5b1b0eef8d8ccd (patch) | |
tree | b250155dc7b4d83d3b43396923795727483156b2 | |
parent | 87d04a1252e9664018b6624ed3eb660efee90092 (diff) |
Minor documentation change
-rwxr-xr-x | constants/palette_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 4d3f7d6..248a40c 100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -1,4 +1,4 @@ -; SuperPalettes indexes (see data/super_palettes.inc) +; SuperPalettes indexes (see data/sgb/super_palettes.inc) const_def const PAL_ROUTE ; 00 const PAL_TOWN_01 ; 01 |