summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-new-map-and-landmark.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-map-and-landmark.md b/Add-a-new-map-and-landmark.md
index 6e9f987..b81ab09 100644
--- a/Add-a-new-map-and-landmark.md
+++ b/Add-a-new-map-and-landmark.md
@@ -355,7 +355,7 @@ First, let's edit [data/maps/sgb_roof_pal_inds.asm](../blob/master/data/maps/sgb
assert_table_length NUM_MAP_GROUPS + 1
```
-We've put `PREDEFPAL_GLOBAL_TERMINAL` in the list, but the constant hasn't been defined yet. Let's create it in [constants/sgb_constants.asm](../blob/master/constants/sgb_constants.asm):
+We've put `PREDEFPAL_GLOBAL_TERMINAL` in the list, but the constant hasn't been defined yet. Let's create it in [constants/scgb_constants.asm](../blob/master/constants/scgb_constants.asm):
```diff
; PredefPals indexes (see gfx/sgb/predef.pal)