mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-26 16:26:59 -05:00
name wprintf exceptions
This commit is contained in:
parent
b2b1772968
commit
e13f6eeda9
|
|
@ -13,7 +13,7 @@ _020E5074: .word memcpy
|
||||||
arm_func_end wmemcpy
|
arm_func_end wmemcpy
|
||||||
|
|
||||||
arm_func_start wmemchr
|
arm_func_start wmemchr
|
||||||
wmemchr:
|
wmemchr: ; 0x020E5078
|
||||||
cmp r2, #0x0
|
cmp r2, #0x0
|
||||||
beq _020E5098
|
beq _020E5098
|
||||||
_020E5080:
|
_020E5080:
|
||||||
|
|
|
||||||
|
|
@ -2330,20 +2330,16 @@ _020E7018: .word __wStringWrite
|
||||||
exception long2str__wide, 593, 0x0090FF20
|
exception long2str__wide, 593, 0x0090FF20
|
||||||
exception longlong2str__wide, 741, 0x00A0FF20
|
exception longlong2str__wide, 741, 0x00A0FF20
|
||||||
exception double2hex__wide, 921, 0x00F07F20
|
exception double2hex__wide, 921, 0x00F07F20
|
||||||
exception float2str__wide, 1612, UNK_020EC728
|
exception float2str__wide, 1612, float2str__wide_exception
|
||||||
exception __wpformatter, 2288, UNK_020EC730
|
exception __wpformatter, 2288, __wpformatter_exception
|
||||||
exception __wStringWrite, 65, 0x00200300
|
exception __wStringWrite, 65, 0x00200300
|
||||||
exception swprintf, 41, 0x00300020
|
exception swprintf, 41, 0x00300020
|
||||||
exception vswprintf, 113, 0x00300300
|
exception vswprintf, 113, 0x00300300
|
||||||
|
|
||||||
.section .exception,8
|
.section .exception,8
|
||||||
|
|
||||||
UNK_020EC728: ; 0x020EC728
|
float2str__wide_exception: ; 0x020EC728
|
||||||
.byte 0x20, 0xFF, 0x09, 0x60
|
.byte 0x20, 0xFF, 0x09, 0x60, 0x00, 0x00, 0x00, 0x00
|
||||||
.balign 8
|
|
||||||
|
|
||||||
.section .exception,8
|
__wpformatter_exception: ; 0x020EC730
|
||||||
|
.byte 0x20, 0xFF, 0x11, 0x68, 0x00, 0x00, 0x00, 0x00
|
||||||
UNK_020EC730: ; 0x020EC730
|
|
||||||
.byte 0x20, 0xFF, 0x11, 0x68
|
|
||||||
.balign 8
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user