From e61a0d017bc6f69d161cbc4094a62aa87ae30d6a Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 22 Feb 2026 18:34:13 -0300 Subject: [PATCH] Wtf happened here --- include/dungeon_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dungeon_data.h b/include/dungeon_data.h index f25a99562..faa8cd3e5 100644 --- a/include/dungeon_data.h +++ b/include/dungeon_data.h @@ -28,7 +28,7 @@ typedef struct DungeonDataEntry /* 0xA */ bool8 enterWithoutGameSave; // If false, the dungeon will force a quicksave before entering. /* 0xB */ u8 HMMask; // HM mask for dungeon entry requirements (Fly, Dive, Waterfall, Surf, Water). /* 0xC */ s16 turnLimit; - // The chance that a wild Pok�mon's moveRandomly flag will be set when spawning, + // The chance that a wild Pokémon's moveRandomly flag will be set when spawning, // causing them to move randomly inside a room instead of exploring rooms. /* 0xE */ s16 randomMovementChance; } DungeonDataEntry;