diff options
author | YamaArashi <shadow962@live.com> | 2016-10-20 19:14:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-20 19:14:38 -0700 |
commit | c2a93ea21e35635634b72c44587d405de146a6ac (patch) | |
tree | 717a8ac19f31ca0dc8f96534ae4344a6caf1e2f6 /asm | |
parent | 70c362c2567ba90867a42cf42c378b02ad360e1d (diff) |
new game PC items
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom6.s | 12 | ||||
-rw-r--r-- | asm/rom_81258BC.s | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/asm/rom6.s b/asm/rom6.s index 8f00a3732..896a2a03a 100644 --- a/asm/rom6.s +++ b/asm/rom6.s @@ -30800,8 +30800,8 @@ _0811A838: .4byte gSaveBlock1 _0811A83C: .4byte 0x00000494 thumb_func_end GetCoins - thumb_func_start sub_811A840 -sub_811A840: @ 811A840 + thumb_func_start GiveCoins +GiveCoins: @ 811A840 push {r4,lr} lsls r0, 16 lsrs r4, r0, 16 @@ -30845,10 +30845,10 @@ _0811A88C: bx r1 .align 2, 0 _0811A894: .4byte 0x0000270f - thumb_func_end sub_811A840 + thumb_func_end GiveCoins - thumb_func_start sub_811A898 -sub_811A898: @ 811A898 + thumb_func_start TakeCoins +TakeCoins: @ 811A898 push {r4,lr} lsls r0, 16 lsrs r4, r0, 16 @@ -30874,7 +30874,7 @@ _0811A8BC: .align 2, 0 _0811A8C4: .4byte gSaveBlock1 _0811A8C8: .4byte 0x00000494 - thumb_func_end sub_811A898 + thumb_func_end TakeCoins thumb_func_start sub_811A8CC sub_811A8CC: @ 811A8CC diff --git a/asm/rom_81258BC.s b/asm/rom_81258BC.s index 67ecdf95f..cab1f7890 100644 --- a/asm/rom_81258BC.s +++ b/asm/rom_81258BC.s @@ -30201,8 +30201,8 @@ nullsub_80: @ 8139C14 bx lr thumb_func_end nullsub_80 - thumb_func_start sub_8139C18 -sub_8139C18: @ 8139C18 + thumb_func_start NewGameInitPCItems +NewGameInitPCItems: @ 8139C18 push {r4-r6,lr} movs r4, 0 ldr r0, _08139C6C @@ -30246,8 +30246,8 @@ _08139C64: bx r0 .align 2, 0 _08139C6C: .4byte gSaveBlock1 + 0x498 -_08139C70: .4byte gUnknown_084062F0 - thumb_func_end sub_8139C18 +_08139C70: .4byte gNewGamePCItems + thumb_func_end NewGameInitPCItems thumb_func_start sub_8139C74 sub_8139C74: @ 8139C74 |