Fixed PSI class window size

Window was too small, so this expands it to the left by one tile
This commit is contained in:
jeffman 2017-03-17 11:50:45 -04:00
parent f767f4b7db
commit 3e78279c78
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ org $80BE16A; strh r2,[r4,#0]
org $80BE1FA; strh r2,[r6,#0]
org $80BE222; strh r6,[r1,#0]
// PSI class window size
org $80B7820
mov r1,#4
mov r2,#1
mov r3,#6
//---------------------------------------------------------
// C0A5C hacks (status window)
//---------------------------------------------------------