diff options
author | Astatin <[email protected]> | 2024-11-11 17:56:54 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-11 17:56:54 +0900 |
commit | d605c2900ae7c62f1937e250a2ae489678d99214 (patch) | |
tree | 4c1fc76f3b9e50b5f8461784fc349bff685e465a /init.gbasm | |
parent | 5eb8b27696e9fa2f60fd75ffb1b31fe049fcc772 (diff) |
Add dungeon menu choice selection mode
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Initialize_Window_GUI: LD A, L CP $40 - LD $reg_lcd_status, A + LD $reg_lcd_status, A JR NZ, =Initialize_Window_GUI.top_bar_loop LD HL, $9da0 |