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/printer | |
parent | b6ec1cd884e34cd67c18e6faae7054b5b30b6c9e (diff) |
Identify hUILayoutFlags and hPikachuSpriteVRAMOffset
Diffstat (limited to 'engine/printer')
-rw-r--r-- | engine/printer/printer2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/printer/printer2.asm b/engine/printer/printer2.asm index b257aff4..1f8ac975 100644 --- a/engine/printer/printer2.asm +++ b/engine/printer/printer2.asm @@ -84,13 +84,13 @@ Printer_GetMonStats: hlcoord 9, 8 ld de, .Stats - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] set 2, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a call PlaceString - ldh a, [hFlagsFFFA] + ldh a, [hUILayoutFlags] res 2, a - ldh [hFlagsFFFA], a + ldh [hUILayoutFlags], a hlcoord 16, 8 ld de, wLoadedMonAttack |