Skip to content

Commit

Permalink
Merge pull request #563 from MokhaLeee/timemons
Browse files Browse the repository at this point in the history
wm-timemons decomped
  • Loading branch information
RevoSucks authored Jan 26, 2024
2 parents 2866d6f + e76b95a commit 1253111
Show file tree
Hide file tree
Showing 48 changed files with 998 additions and 1,283 deletions.
18 changes: 9 additions & 9 deletions asm/code_80BC8EC.s
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@ _080BD00E:

THUMB_FUNC_END sub_80BCFDC

THUMB_FUNC_START sub_80BD014
sub_80BD014: @ 0x080BD014
THUMB_FUNC_START GetNextUnclearedNode
GetNextUnclearedNode: @ 0x080BD014
push {r4, r5, lr}
movs r3, #0
movs r5, #1
Expand Down Expand Up @@ -974,13 +974,13 @@ _080BD042:
pop {r1}
bx r1

THUMB_FUNC_END sub_80BD014
THUMB_FUNC_END GetNextUnclearedNode

THUMB_FUNC_START sub_80BD048
sub_80BD048: @ 0x080BD048
THUMB_FUNC_START GetNextUnclearedChapter
GetNextUnclearedChapter: @ 0x080BD048
push {lr}
ldr r0, _080BD05C @ gGMData
bl sub_80BD014
bl GetNextUnclearedNode
cmp r0, #0
blt _080BD060
bl WMLoc_GetChapterId
Expand All @@ -994,7 +994,7 @@ _080BD064:
pop {r1}
bx r1

THUMB_FUNC_END sub_80BD048
THUMB_FUNC_END GetNextUnclearedChapter

THUMB_FUNC_START GetChapterThing
GetChapterThing: @ 0x080BD068
Expand Down Expand Up @@ -1170,7 +1170,7 @@ sub_80BD224: @ 0x080BD224
push {r4, r5, lr}
adds r4, r0, #0
movs r5, #0
bl sub_80BD014
bl GetNextUnclearedNode
adds r1, r0, #0
ldrb r0, [r4, #0x11]
cmp r0, r1
Expand All @@ -1182,7 +1182,7 @@ sub_80BD224: @ 0x080BD224
b _080BD252
_080BD242:
adds r0, r4, #0
bl sub_80BD014
bl GetNextUnclearedNode
adds r1, r0, #0
cmp r1, #0
bge _080BD250
Expand Down
Loading

0 comments on commit 1253111

Please sign in to comment.