diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
commit | ae920d1be7641712b3df90151cbf91af7c614a47 (patch) | |
tree | 0b3d4c04d8485f4a277511f448067cd9a4b22c05 /engine/predefs.asm | |
parent | e1c747e8f5c8ec23346888fceebb5e1db183ea08 (diff) |
Fix bank3d so it matches baserom.gbc
Diffstat (limited to 'engine/predefs.asm')
-rwxr-xr-x | engine/predefs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs.asm b/engine/predefs.asm index 7a629444..6cf84511 100755 --- a/engine/predefs.asm +++ b/engine/predefs.asm @@ -52,7 +52,7 @@ GetPredefPointer: ; f67ed (3d:67ed) PredefPointers:: ; f681d (3d:681d) ; these are pointers to ASM routines. ; they appear to be used in overworld map scripts. - dr $f681d,$f8000 + dr $f681d,$f7000 ;add_predef DrawPlayerHUDAndHPBar ;add_predef Func_3f0c6 ;add_predef Func_3f073 |