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

code_80140DC.s -> string_format #243

Merged
merged 16 commits into from
Nov 1, 2024
4 changes: 2 additions & 2 deletions asm/code_800F990.s
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ sub_80101F8:
adds r2, 0x50
adds r1, r3, 0
movs r3, 0
bl xxx_format_string
bl CopyFormatString
b _08010220
.align 2, 0
_08010214: .4byte gUnknown_80D3EFC
Expand Down Expand Up @@ -2307,7 +2307,7 @@ _08010BD0:
pop {r0}
bx r0
.align 2, 0
_08010C08: .4byte gAvailablePokemonNames
_08010C08: .4byte gFormatBuffer_Monsters
_08010C0C: .4byte gUnknown_80D4074
thumb_func_end sub_8010B74

Expand Down
4 changes: 2 additions & 2 deletions asm/code_8010F28.s
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,8 @@ _08011624: .4byte 0x00004df8
_08011628: .4byte 0x00004ddc
_0801162C: .4byte 0x00004de0
_08011630: .4byte gUnknown_80D4104
_08011634: .4byte gFormatData_202DE30
_08011638: .4byte gFormatItems
_08011634: .4byte gFormatArgs
_08011638: .4byte gFormatBuffer_Items
_0801163C: .4byte gUnknown_80D4120
_08011640:
ldr r1, _08011690
Expand Down
Loading