Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decompile field_system_weather.c #529

Merged
merged 4 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arm9/arm9.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Static arm9
Object unk_02034A28.o
Object unk_02034D7C.o
Object unk_02034E84.o
Object unk_02034FE4.o
Object field_system_rtc_weather.o
Object unk_02035068.o
Object unk_02036FA4.o
Object unk_02037024.o
Expand Down
193 changes: 0 additions & 193 deletions arm9/asm/unk_02034FE4.s

This file was deleted.

2 changes: 1 addition & 1 deletion arm9/asm/unk_02048904.s
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ _02048A50:
str r0, [sp, #0x0]
add r0, r5, #0x0
add r1, r7, #0x0
bl sub_02034FE4
bl FieldSystem_GetWeather
lsl r0, r0, #0x10
lsr r6, r0, #0x10
cmp r6, #0xe
Expand Down
2 changes: 1 addition & 1 deletion arm9/asm/unk_02060CCC.s
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ _0206218C:
ldrh r5, [r0, r1]
add r0, r6, #0x0
add r1, r5, #0x0
bl sub_02034FE4
bl FieldSystem_GetWeather
add r4, r0, #0x0
add r0, r5, #0x0
bl MapHeader_GetMapSec
Expand Down
2 changes: 1 addition & 1 deletion arm9/global.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@
.extern sub_02034F40
.extern sub_02034F88
.extern sub_02034FC0
.extern sub_02034FE4
.extern FieldSystem_GetWeather
.extern sub_02035068
.extern sub_02035080
.extern sub_02035118
Expand Down
Loading