diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index a264b985..6e289218 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -2293,8 +2293,8 @@ struct S_UpdateMediaHeader_GC_Ep3_B9 { // 00004000: Same as 00001000, but further right and at a slight inward angle // 00008000: Same as 00002000, but further left and at a slight inward angle // 00010000: Banners at west AND east ends of lobby, next to battle tables - // 00020000: Immediately left of 00001000 (2 banners) - // 00040000: Immediately right of 00001000 (2 banners) + // 00020000: Immediately left of 00010000 (2 banners) + // 00040000: Immediately right of 00010000 (2 banners) // 00080000: Banners on southwest AND southeast ends of the lobby // 00100000: Banners on south-southwest AND south-southeast ends of the lobby // 00200000: Floor banners in front of the counter (4 banners) diff --git a/system/config.example.json b/system/config.example.json index 81e34730..9d52039c 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -474,8 +474,8 @@ // 00004000: Same as 00001000, but further right and at a slight inward angle // 00008000: Same as 00002000, but further left and at a slight inward angle // 00010000: Banners at west AND east ends of lobby, next to battle tables - // 00020000: Immediately left of 00001000 (2 banners) - // 00040000: Immediately right of 00001000 (2 banners) + // 00020000: Immediately left of 00010000 (2 banners) + // 00040000: Immediately right of 00010000 (2 banners) // 00080000: Banners on southwest AND southeast ends of the lobby // 00100000: Banners on south-southwest AND south-southeast ends of the lobby // 00200000: Floor banners in front of the counter (4 banners)