diff options
Diffstat (limited to 'home/predef.asm')
-rw-r--r-- | home/predef.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/predef.asm b/home/predef.asm index 9bb9be74..dfa10772 100644 --- a/home/predef.asm +++ b/home/predef.asm @@ -19,8 +19,7 @@ Predef:: call GetPredefPointer ld a, [wPredefBank] - ld [H_LOADEDROMBANK], a - ld [MBC1RomBank], a + call BankswitchCommon ld de, .done push de @@ -28,8 +27,7 @@ Predef:: .done pop af - ld [H_LOADEDROMBANK], a - ld [MBC1RomBank], a + call BankswitchCommon ret GetPredefRegisters:: |