summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:03:38 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:03:38 -0400
commitcc460a17b0b99208592ca31de99f526fce2bf5ad (patch)
treefb9c860aa0a578e43e8ccf56c16fcef40101ee04 /home/init.asm
parentbe93ab33a752fe0360c3b23dd4f33e1b0a05bf0e (diff)
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index 52da71ece..eb8453b51 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -205,7 +205,7 @@ ClearsScratch::
; Wipe the first 32 bytes of sScratch
ld a, BANK(sScratch)
- call GetSRAMBank
+ call OpenSRAM
ld hl, sScratch
ld bc, $20
xor a