diff options
| author | Henny022p <info@henny022.de> | 2022-03-23 22:47:42 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-03-23 22:47:42 +0100 |
| commit | ce0ffa2a6ba13ea49ebee5b374cebc067952b134 (patch) | |
| tree | 1bbd3e5c3893ee4ecf289330e02b1afe965815c9 /src/scroll.c | |
| parent | 92cdc57ecda7b86e18b795e83f225c850fb41392 (diff) | |
fix area id after merge
Diffstat (limited to 'src/scroll.c')
| -rw-r--r-- | src/scroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scroll.c b/src/scroll.c index e1f2050e..ba5986e4 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -333,7 +333,7 @@ void UpdateIsDiggingCave(void) { switch (gRoomControls.area) { case AREA_LAKE_WOODS_CAVE: case AREA_HYRULE_DIG_CAVES: - case AREA_DIG_CAVES_1: + case AREA_DIG_CAVES: case AREA_CRENEL_DIG_CAVE: case AREA_VEIL_FALLS_DIG_CAVE: case AREA_CASTOR_WILDS_DIG_CAVE: |
