diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-04 22:34:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-04 22:34:09 -0400 |
commit | a613ed915c32d3befec54a98dae98e21649e19ce (patch) | |
tree | d483b11e73c07aec2782f57ca3765b3ed7eb2436 /engine/scripting.asm | |
parent | 3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (diff) |
HDMA transfer functions
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 078ce8931..d068d8044 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -3054,7 +3054,7 @@ Script_loadbytec2cf: ; 97b27 Script_closetext: ; 97b2f ; script command 0x49 - call Function2e20 + call _OpenAndCloseMenu_HDMATransferTileMapAndAttrMap call CloseText ret ; 97b36 |