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 /engine/menus/pokedex.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 'engine/menus/pokedex.asm')
| -rw-r--r-- | engine/menus/pokedex.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menus/pokedex.asm b/engine/menus/pokedex.asm index 8e4fef19..7b1a204a 100644 --- a/engine/menus/pokedex.asm +++ b/engine/menus/pokedex.asm @@ -676,13 +676,13 @@ Pokedex_PrepareDexEntryForPrinting: ld a, [wPrinterPokedexEntryTextPointer + 1] ld h, a bccoord 1, 1 - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] set 3, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a call Pokedex_PrintFlavorTextAtBC - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] res 3, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a ret ; draws a line of tiles |
