Skip to content

Commit

Permalink
Synced from pmdsky-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousRandomPerson committed Sep 2, 2024
1 parent c397d82 commit c823922
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion asm/include/overlay_29_022F7388.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
.public GetConversion2ConvertToType
.public GetDefensiveStatAtLevel
.public GetDirectionTowardsPosition
.public GetExclusiveItemWithEffectFromBag
.public GetExp
.public GetExplorerMazeMonster
.public GetFloorType
Expand Down Expand Up @@ -167,7 +168,6 @@
.public ov29_02304BAC
.public ov29_02307CE0
.public ov29_02307DD0
.public ov29_0230F654
.public ov29_0230F9A4
.public ov29_023159D4
.public ov29_02337EC0
Expand Down
2 changes: 1 addition & 1 deletion asm/include/overlay_29_022FEDBC.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.public EXCL_ITEM_EFFECTS_WEATHER_MOVE_SPEED_BOOST
.public ExclusiveItemEffectFlagTest
.public GetApparentWeather
.public GetExclusiveItemWithEffectFromBag
.public GetMobilityType
.public GetSpeedStatus
.public GetTile
Expand All @@ -28,7 +29,6 @@
.public ov29_022E655C
.public ov29_022FAA04
.public ov29_02300DCC
.public ov29_0230F654
.public ov29_02318D58
.public ov29_02322374
.public ov29_02344B44
Expand Down
2 changes: 1 addition & 1 deletion asm/include/overlay_29_02300108.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.public GetEntityNaturalGiftInfo
.public GetEntityWeatherBallType
.public GetEvolutions
.public GetExclusiveItemWithEffectFromBag
.public GetExplorerMazeMonster
.public GetForcedLossReason
.public GetMobilityTypeCheckSlipAndFloating
Expand Down Expand Up @@ -60,7 +61,6 @@
.public ov29_022FBDE0
.public ov29_02302C04
.public ov29_02302CC8
.public ov29_0230F654
.public ov29_02314DC4
.public ov29_02324BE8
.public ov29_02344B44
Expand Down
2 changes: 1 addition & 1 deletion asm/include/overlay_29_023118D8.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.public EntityIsValid__023118B4
.public EntityIsValid__02315118
.public ExclusiveItemEffectFlagTest
.public GetExclusiveItemWithEffectFromBag
.public GetTile
.public GetTileAtEntity
.public HasHeldItem
Expand Down Expand Up @@ -78,7 +79,6 @@
.public ov29_023018AC
.public ov29_02304A48
.public ov29_02304A84
.public ov29_0230F654
.public ov29_02344B44
.public ov29_0234B034
.public ov29_0234B084
Expand Down
2 changes: 1 addition & 1 deletion asm/include/overlay_29_0232E864.inc
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
.public GetDamageSourceWrapper
.public GetDirectionTowardsPosition
.public GetEntityMoveTargetAndRange
.public GetExclusiveItemWithEffectFromBag
.public GetMoveCategory
.public GetMoveCritChance
.public GetMovePower
Expand Down Expand Up @@ -402,7 +403,6 @@
.public ov29_02304C3C
.public ov29_02307BDC
.public ov29_0230D088
.public ov29_0230F654
.public ov29_02314DC4
.public ov29_0231AD38
.public ov29_023201D0
Expand Down
2 changes: 1 addition & 1 deletion asm/overlay_29_022F7388.s
Original file line number Diff line number Diff line change
Expand Up @@ -4728,7 +4728,7 @@ _022FAC04:
mov r0, sb
mov r1, #0x47
add r2, sp, #0xc
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
mov r0, #1
add r1, sp, #0xc
bl ov29_02344B44
Expand Down
2 changes: 1 addition & 1 deletion asm/overlay_29_022FEDBC.s
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ _02300068:
add r2, sp, #0
mov r0, sl
mov r1, r7
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #0
mov r0, #0
bl ov29_02344B44
Expand Down
4 changes: 2 additions & 2 deletions asm/overlay_29_02300108.s
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ ov29_02301A84: ; 0x02301A84
add r2, sp, #0
mov r0, r4
mov r1, r6
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #0
mov r0, #1
bl ov29_02344B44
Expand Down Expand Up @@ -3173,7 +3173,7 @@ IsProtectedFromNegativeStatus: ; 0x02302430
add r2, sp, #0
mov r0, r5
mov r1, #0x59
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #0
mov r0, #1
bl ov29_02344B44
Expand Down
6 changes: 3 additions & 3 deletions asm/overlay_29_0230F02C.s
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ _0230F64C: .word 0x00000C62 + TRY_NON_LEADER_ITEM_PICK_UP_OFFSET
_0230F650: .word 0x00000C63 + TRY_NON_LEADER_ITEM_PICK_UP_OFFSET
arm_func_end TryNonLeaderItemPickUp

arm_func_start ov29_0230F654
ov29_0230F654: ; 0x0230F654
arm_func_start GetExclusiveItemWithEffectFromBag
GetExclusiveItemWithEffectFromBag: ; 0x0230F654
stmdb sp!, {r3, r4, r5, r6, lr}
sub sp, sp, #0xc
mov r6, r0
Expand Down Expand Up @@ -515,7 +515,7 @@ ov29_0230F654: ; 0x0230F654
_0230F6C0:
add sp, sp, #0xc
ldmia sp!, {r3, r4, r5, r6, pc}
arm_func_end ov29_0230F654
arm_func_end GetExclusiveItemWithEffectFromBag

arm_func_start AuraBowIsActive
AuraBowIsActive: ; 0x0230F6C8
Expand Down
6 changes: 3 additions & 3 deletions asm/overlay_29_023118D8.s
Original file line number Diff line number Diff line change
Expand Up @@ -3468,7 +3468,7 @@ _023145F4:
add r2, sp, #4
mov r0, sb
mov r1, #1
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #4
mov r0, #1
bl ov29_02344B44
Expand Down Expand Up @@ -4062,7 +4062,7 @@ ExclusiveItemEffectIsActiveWithLogging: ; 0x02314D40
ldrb r1, [sp, #0x20]
add r2, sp, #0
mov r0, r6
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #0
mov r0, #1
bl ov29_02344B44
Expand Down Expand Up @@ -4094,7 +4094,7 @@ ov29_02314DC4: ; 0x02314DC4
add r2, sp, #0
mov r0, r6
mov r1, r4
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
add r1, sp, #0
mov r0, #1
bl ov29_02344B44
Expand Down
12 changes: 6 additions & 6 deletions asm/overlay_29_0232E864.s
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ _0232EFDC:
beq _0232F188
mov r0, sb
mov r1, r4
bl ov29_02332FC8
bl CanHitWithRegularAttack
cmp r0, #0
beq _0232F188
ldr r0, [sp, #0x40]
Expand All @@ -565,7 +565,7 @@ _0232EFDC:
mov r0, r4
mov r1, #0x21
add r2, sp, #0xac
bl ov29_0230F654
bl GetExclusiveItemWithEffectFromBag
cmp r0, #0
beq _0232F060
mov r0, #0
Expand Down Expand Up @@ -625,7 +625,7 @@ _0232F090:
bne _0232F188
mov r0, sb
mov r1, r4
bl ov29_02332FC8
bl CanHitWithRegularAttack
cmp r0, #0
beq _0232F188
mov r0, r4
Expand Down Expand Up @@ -5125,8 +5125,8 @@ _02332FC0:
ldmia sp!, {r3, r4, r5, r6, r7, r8, pc}
arm_func_end ov29_02332F18

arm_func_start ov29_02332FC8
ov29_02332FC8: ; 0x02332FC8
arm_func_start CanHitWithRegularAttack
CanHitWithRegularAttack: ; 0x02332FC8
stmdb sp!, {r3, r4, r5, lr}
mov r5, r0
mov r4, r1
Expand Down Expand Up @@ -5160,7 +5160,7 @@ _02333018:
moveq r0, #0
and r0, r0, #0xff
ldmia sp!, {r3, r4, r5, pc}
arm_func_end ov29_02332FC8
arm_func_end CanHitWithRegularAttack

arm_func_start ov29_02333044
ov29_02333044: ; 0x02333044
Expand Down

0 comments on commit c823922

Please sign in to comment.