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 /hram.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 'hram.asm')
| -rw-r--r-- | hram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -400,11 +400,11 @@ hClearLetterPrintingDelayFlags:: db ; bit 0: draw HP fraction to the right of bar instead of below (for party menu) ; bit 1: menu is double spaced -hFlagsFFFA:: db +hUILayoutFlags:: db hFieldMoveMonMenuTopMenuItemX:: db -hFFFC:: db +hPikachuSpriteVRAMOffset:: db ds 1 |
