diff options
author | YamaArashi <shadow962@live.com> | 2016-01-03 07:04:11 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-03 07:04:11 -0800 |
commit | b116b3cb2e315f923ba551e1954fd8d83914a172 (patch) | |
tree | 8b5a455959250054f874ce466bd90e98e936e5ec /asm/window.s | |
parent | 50fb95602430079bfce17b28da256014caa052c0 (diff) |
update disasm with function data from idb
Diffstat (limited to 'asm/window.s')
-rw-r--r-- | asm/window.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/window.s b/asm/window.s index 24618de20..08c4db43c 100644 --- a/asm/window.s +++ b/asm/window.s @@ -216,7 +216,7 @@ InitWindows: ; 80031C0 thumb_func_end InitWindows thumb_func_start AddWindow -; u16 AddWindow(struct WindowTemplate *template) +; u8 AddWindow(struct WindowTemplate *template) AddWindow: ; 8003380 push {r4-r7,lr} mov r7, r10 |