diff options
author | yenatch <yenatch@gmail.com> | 2015-05-18 02:21:14 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-05-18 02:21:14 -0700 |
commit | 93a589795fba20dfc92ddac774650f73922334df (patch) | |
tree | 61e311ef4634bef99f2bdc95cd5d289ee374078d /engine/scripting.asm | |
parent | d4817060dea97479664c0d47202c46e6069b1186 (diff) | |
parent | 7563a990aa40d3ff6f0943cb35b8d9a0df03612e (diff) |
Merge remote-tracking branch 'kanzure/master'
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 744cba7be..6999d624d 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -472,7 +472,7 @@ Script_loadmenudata: ; 0x96efa ld l, a call GetScriptByte ld h, a - ld de, $1d35 + ld de, LoadMenuDataHeader ld a, [ScriptBank] call Function26b7 call Function1ad2 |