diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
commit | 91a768b24343ffabbe5ab4084451d1e3ecbc306b (patch) | |
tree | 02b9b8947426994b606475f50d9f05bc1a46a382 /constants/scgb_constants.asm | |
parent | 05ba221eb53472d9c617d96a6aaed9c2e87e2ad7 (diff) |
Update file paths in constants/ and docs/
Diffstat (limited to 'constants/scgb_constants.asm')
-rwxr-xr-x | constants/scgb_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/scgb_constants.asm b/constants/scgb_constants.asm index e31a2139f..e7d987113 100755 --- a/constants/scgb_constants.asm +++ b/constants/scgb_constants.asm @@ -1,4 +1,4 @@ -; GetSGBLayout arguments (see engine/cgb_layouts.asm and engine/sgb_layouts.asm) +; GetSGBLayout arguments (see engine/gfx/cgb_layouts.asm and engine/gfx/sgb_layouts.asm) const_def const SCGB_BATTLE_GRAYSCALE const SCGB_BATTLE_COLORS @@ -36,7 +36,7 @@ SCGB_PARTY_MENU_HP_PALS EQU -4 SCGB_RAM EQU -1 ; PredefPals indexes (see gfx/sgb/predef.pal) -; GetPredefPal arguments (see engine/color.asm) +; GetPredefPal arguments (see engine/gfx/color.asm) const_def const PREDEFPAL_00 const PREDEFPAL_PALLET |