diff options
author | Astatin <[email protected]> | 2025-02-06 17:46:09 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-06 17:46:09 +0900 |
commit | ca26030e800318d48aec501e6f470eea8d4299c0 (patch) | |
tree | 6689870d29be11acd2b003059c01a199de68e88c /gui.gbasm | |
parent | 3b67c86b61b5d8640860dd5e8b016790ee4814c3 (diff) |
Add energy points to the gui
Diffstat (limited to 'gui.gbasm')
-rw-r--r-- | gui.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ Check_Open_Menu_button: CALL =Init_Menu - LD A, $05 + LD A, $0d LD $mem_display_flag, A LD A, $enum_dungeon_menu_mode |