Fixed PSI class window size
Window was too small, so this expands it to the left by one tile
This commit is contained in:
parent
f767f4b7db
commit
3e78279c78
|
@ -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)
|
||||
//---------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue