diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-20 12:41:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 12:41:34 -0400 |
commit | e4acfdf20b7d56b83cee6f4e49b257a2ecb92a95 (patch) | |
tree | 4346f5efdcea0f2adf207bc769488d3f129016fe /asm/battle_tower.s | |
parent | e13e7eccafdc48b648bf20f8e02f72130c51d1ab (diff) | |
parent | 9054fa32a01e102e668d1668c4e3893f2faffde8 (diff) |
Merge pull request #82 from jiangzhengwenjz/pokemon
pokemon
Diffstat (limited to 'asm/battle_tower.s')
-rw-r--r-- | asm/battle_tower.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_tower.s b/asm/battle_tower.s index 779fef0db..13a75573a 100644 --- a/asm/battle_tower.s +++ b/asm/battle_tower.s @@ -1222,7 +1222,7 @@ _080E6286: adds r2, r3 ldr r1, [r4] adds r1, r2 - bl sub_803E0A4 + bl CreateBattleTowerMon adds r6, 0x1 cmp r6, 0x2 ble _080E6286 @@ -1251,7 +1251,7 @@ _080E62B2: muls r2, r6 adds r2, 0x1C adds r1, r2 - bl sub_803E0A4 + bl CreateBattleTowerMon adds r6, 0x1 cmp r6, 0x2 ble _080E62B2 @@ -2136,7 +2136,7 @@ _080E69A0: adds r2, r1 ldr r1, [r4] adds r1, r2 - bl sub_803E0A4 + bl CreateBattleTowerMon adds r5, 0x1 cmp r5, 0x2 ble _080E69A0 |