diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:49:22 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 01:49:22 -0500 |
commit | 9a5b7f5d19e84eb1caab7ecddaa0f157ebae5594 (patch) | |
tree | b629f95bf769d6485ac39592a805c29af074b941 /engine/menu | |
parent | 7bbf83bebc9c146adbc13536a01f49ae3f0b9c9b (diff) | |
parent | 48e0125bd68054f81e97a5eec14f145dc3c921d7 (diff) |
Merge branch 'master' of https://github.com/pret/pokered into merge-pokered
Diffstat (limited to 'engine/menu')
-rwxr-xr-x | engine/menu/status_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm index 932d206a..9a007fb1 100755 --- a/engine/menu/status_screen.asm +++ b/engine/menu/status_screen.asm @@ -257,7 +257,7 @@ DrawLineBox: ld [hl], $6f ; ← (halfarrow ending) ret -PTile: ; 11682 (4:5682) ; This is a single 1bpp "P" tile +PTile: ; This is a single 1bpp "P" tile INCBIN "gfx/p_tile.1bpp" PTileEnd: |