diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 16:08:43 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 16:08:43 -0500 |
commit | ead103d2c6d21cd4774e5c32b9c66f9435f7adbb (patch) | |
tree | 2eb0fb2875fe9597167e83f88d5f8db287983292 /mobile/mobile_5e.asm | |
parent | 8f2878c37e6755a4ac41ea65568bbfabd77bbe83 (diff) |
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)
Diffstat (limited to 'mobile/mobile_5e.asm')
-rw-r--r-- | mobile/mobile_5e.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_5e.asm b/mobile/mobile_5e.asm index a736182cf..d4ad45fc0 100644 --- a/mobile/mobile_5e.asm +++ b/mobile/mobile_5e.asm @@ -424,7 +424,7 @@ Function17a91e: ; 17a91e (5e:691e) ret .asm_17a92c - call LoadStandardMenuDataHeader + call LoadStandardMenuHeader call Function17a99e ld hl, $d088 set 7, [hl] |