aboutsummaryrefslogtreecommitdiff
path: root/sword1/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/menu.cpp')
-rw-r--r--sword1/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/menu.cpp b/sword1/menu.cpp
index c3b0b5eb6d..49e39d40bb 100644
--- a/sword1/menu.cpp
+++ b/sword1/menu.cpp
@@ -57,7 +57,7 @@ const byte Menu::_fadeEffectBottom[64] = {
3, 2, 1, 0, 7, 6, 5, 4,
4, 3, 2, 1, 0, 7, 6, 5,
5, 4, 3, 2, 1, 0, 7, 6,
- 6, 5, 4, 3, 2, 1, 0, 7
+ 6, 5, 4, 3, 2, 1, 0, 7
};
MenuIcon::MenuIcon(uint8 menuType, uint8 menuPos, uint32 resId, uint32 frame, Screen *screen) {