diff options
| author | Henny022p <info@henny022.de> | 2022-01-16 23:28:59 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-01-16 23:32:07 +0100 |
| commit | 8ad65efb7c228d934e515209fdff5515a30aade1 (patch) | |
| tree | 854785296d2d86a8b30c1c5167c46bcc606608aa /include/screen.h | |
| parent | 2cf294d02dfa8a483827d4df65ea42834bf29cf5 (diff) | |
decomp kinstone menu
Diffstat (limited to 'include/screen.h')
| -rw-r--r-- | include/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/screen.h b/include/screen.h index a5b05623..fe17b183 100644 --- a/include/screen.h +++ b/include/screen.h @@ -68,8 +68,8 @@ typedef struct { } Screen; typedef struct { - u16 x; - u16 y; + s16 x; + s16 y; u16 _4; u16 _6; u16 _8; |
