diff options
author | YamaArashi <shadow962@live.com> | 2017-05-09 01:12:59 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-09 01:12:59 -0700 |
commit | 60cf06cccacb692bbd2270b08ad0d583a8a76090 (patch) | |
tree | c5e38acf3b8eee549e7eb45a79acb6fbaa4b557c /asm/pokeblock.s | |
parent | 964b665d2a17295ae3a06be0439ef6ae5ccc3444 (diff) |
name new-game functions
Diffstat (limited to 'asm/pokeblock.s')
-rw-r--r-- | asm/pokeblock.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/asm/pokeblock.s b/asm/pokeblock.s index 55bc29dc5..70da28101 100644 --- a/asm/pokeblock.s +++ b/asm/pokeblock.s @@ -2320,8 +2320,8 @@ _0810C944: _0810C94C: .4byte SpriteCallbackDummy thumb_func_end sub_810C8D4 - thumb_func_start sub_810C950 -sub_810C950: @ 810C950 + thumb_func_start ClearPokeblocks +ClearPokeblocks: @ 810C950 lsls r0, 24 ldr r1, _0810C988 @ =gSaveBlock1 lsrs r0, 21 @@ -2354,7 +2354,7 @@ sub_810C950: @ 810C950 _0810C988: .4byte gSaveBlock1 _0810C98C: .4byte 0x000007f9 _0810C990: .4byte 0x000007fe - thumb_func_end sub_810C950 + thumb_func_end ClearPokeblocks thumb_func_start sub_810C994 sub_810C994: @ 810C994 @@ -2362,7 +2362,7 @@ sub_810C994: @ 810C994 movs r4, 0 _0810C998: adds r0, r4, 0 - bl sub_810C950 + bl ClearPokeblocks adds r0, r4, 0x1 lsls r0, 24 lsrs r4, r0, 24 @@ -2499,7 +2499,7 @@ sub_810CA6C: @ 810CA6C cmp r0, 0 beq _0810CA94 adds r0, r2, 0 - bl sub_810C950 + bl ClearPokeblocks movs r0, 0x1 b _0810CA96 .align 2, 0 |