summaryrefslogtreecommitdiff
path: root/mobile/fixed_words.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 /mobile/fixed_words.asm
parentbe93ab33a752fe0360c3b23dd4f33e1b0a05bf0e (diff)
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
Diffstat (limited to 'mobile/fixed_words.asm')
-rw-r--r--mobile/fixed_words.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm
index e5bc1e504..a1c0192f5 100644
--- a/mobile/fixed_words.asm
+++ b/mobile/fixed_words.asm
@@ -340,7 +340,7 @@ Function11c1b9:
Function11c254:
push af
ld a, $4
- call GetSRAMBank
+ call OpenSRAM
ld hl, s4_a007
pop af
sla a
@@ -1763,7 +1763,7 @@ Function11cb66:
and a
jr nz, .asm_11cbd4
ld a, $4
- call GetSRAMBank
+ call OpenSRAM
ld hl, s4_a007
ld a, [wMenuCursorY]
dec a