From 245185a403c69b451e8cc67cc22382f64fccad35 Mon Sep 17 00:00:00 2001 From: MementoMartha Date: Mon, 24 Apr 2023 12:18:51 +0100 Subject: [PATCH] oops forgot to update the length of brunswick trail --- constants/map_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 58eae91b..3cd58a62 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -193,7 +193,7 @@ DEF FIRST_INDOOR_MAP EQU const_value map_const CINNABAR_LAB_FOSSIL_ROOM, 4, 4 ; $AB map_const CINNABAR_POKECENTER, 7, 4 ; $AC map_const CINNABAR_MART, 4, 4 ; $AD - map_const BRUNSWICK_TRAIL, 31, 14 ; $AE - was unused Cinnabar Mart copy + map_const BRUNSWICK_TRAIL, 32, 14 ; $AE - was unused Cinnabar Mart copy map_const INDIGO_PLATEAU_LOBBY, 8, 6 ; $AF map_const COPYCATS_HOUSE_1F, 4, 4 ; $B0 map_const COPYCATS_HOUSE_2F, 4, 4 ; $B1