diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 17:03:38 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 17:03:38 -0400 |
commit | cc460a17b0b99208592ca31de99f526fce2bf5ad (patch) | |
tree | fb9c860aa0a578e43e8ccf56c16fcef40101ee04 /home/gfx.asm | |
parent | be93ab33a752fe0360c3b23dd4f33e1b0a05bf0e (diff) |
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
Diffstat (limited to 'home/gfx.asm')
-rw-r--r-- | home/gfx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/gfx.asm b/home/gfx.asm index ede4088ec..a0f12c659 100644 --- a/home/gfx.asm +++ b/home/gfx.asm @@ -118,7 +118,7 @@ LoadFontsExtra2: DecompressRequest2bpp:: push de ld a, BANK(sScratch) - call GetSRAMBank + call OpenSRAM push bc ld de, sScratch |