diff options
author | camthesaxman <cameronghall@cox.net> | 2016-07-25 00:56:03 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-07-24 22:56:03 -0700 |
commit | 8459f924d10dc67402e14f64e5332cad30c66d27 (patch) | |
tree | 274d73455af87997ae417796271adf4d3ab26c93 /asm/rom5.s | |
parent | 3acf71df203aa69503c3a460a9200a359010512d (diff) |
decompile rng functions (#25)
Diffstat (limited to 'asm/rom5.s')
-rw-r--r-- | asm/rom5.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/asm/rom5.s b/asm/rom5.s index cec4f51e6..7c62b5254 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -99345,7 +99345,7 @@ _080AB6F2: _080AB6F8: .4byte 0x03004b20 _080AB6FC: .4byte 0x02019204 _080AB700: .4byte sub_80AB960 -_080AB704: .4byte 0x03004818 +_080AB704: .4byte gRngValue _080AB708: .4byte 0x03005d28 thumb_func_end sub_80AB6B4 @@ -100742,7 +100742,7 @@ _080AC2B6: .align 2, 0 _080AC2BC: .4byte 0x03004b20 _080AC2C0: .4byte 0x02019204 -_080AC2C4: .4byte 0x03004818 +_080AC2C4: .4byte gRngValue _080AC2C8: .4byte sub_80AC2CC thumb_func_end sub_80AC284 @@ -104063,7 +104063,7 @@ _080ADE2C: .4byte 0x02019260 _080ADE30: .4byte 0x02038680 _080ADE34: .4byte 0x02038695 _080ADE38: .4byte 0x03005d28 -_080ADE3C: .4byte 0x03004818 +_080ADE3C: .4byte gRngValue _080ADE40: .4byte 0x020234cc _080ADE44: .4byte gUnknown_083CB02C _080ADE48: .4byte 0x0202e908 @@ -159120,7 +159120,7 @@ _080C88D8: bl sub_80C857C b _080C891E .align 2, 0 -_080C88F8: .4byte 0x03004818 +_080C88F8: .4byte gRngValue _080C88FC: movs r0, 0 bl sub_80C85AC @@ -159145,7 +159145,7 @@ _080C8924: pop {r0} bx r0 .align 2, 0 -_080C892C: .4byte 0x03004818 +_080C892C: .4byte gRngValue _080C8930: .4byte 0x03002b80 _080C8934: .4byte 0x03005d28 thumb_func_end sub_80C88AC |