diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-13 19:48:21 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-13 19:48:21 -0500 |
| commit | 205fd1ac81c2d1dcec010c478979bd6159edc72d (patch) | |
| tree | 00b70faa84c87265b6ee4e68f0df1fc4946afca2 /home/window.asm | |
| parent | Proper translation comments in debug_menu.asm (diff) | |
| download | pokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.tar.gz pokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.tar.xz pokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.zip | |
Identify hUILayoutFlags and hPikachuSpriteVRAMOffset
Diffstat (limited to 'home/window.asm')
| -rw-r--r-- | home/window.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/window.asm b/home/window.asm index 8ccb9de9..1be272f9 100644 --- a/home/window.asm +++ b/home/window.asm @@ -139,7 +139,7 @@ PlaceMenuCursor:: jr z, .checkForArrow1 ld bc, 40 push af - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] bit 1, a ; is the menu double spaced? jr z, .doubleSpaced1 ld bc, 20 @@ -163,7 +163,7 @@ PlaceMenuCursor:: jr z, .checkForArrow2 ld bc, 40 push af - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] bit 1, a ; is the menu double spaced? jr z, .doubleSpaced2 ld bc, 20 |
