From 3e78279c78b014b1dc93aab64a66d83ea02494cc Mon Sep 17 00:00:00 2001 From: jeffman Date: Fri, 17 Mar 2017 11:50:45 -0400 Subject: [PATCH] Fixed PSI class window size Window was too small, so this expands it to the left by one tile --- m2-hack.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/m2-hack.asm b/m2-hack.asm index 67658b8..ed112c8 100644 --- a/m2-hack.asm +++ b/m2-hack.asm @@ -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) //---------------------------------------------------------