summaryrefslogtreecommitdiff
path: root/src/rom3.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-02-11 00:38:59 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-02-10 21:38:59 -0800
commitf21587ea9eb1190ac2136d72deb7929c1e1169eb (patch)
treebf39287a8b3906a6e2b47197e323047272b3d5a4 /src/rom3.c
parentc78e787f934f03bfffcf93ac69d92271d7d8036d (diff)
misc labels and memcpy/set cleanups (#232)
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again * label, document, reorganize, and clean up battle_ai.c * move stuff to battle.h and get rid of battle_2000000 * various changes * labeling * minor labels and formatting * contest ai labels and misc stuff
Diffstat (limited to 'src/rom3.c')
-rw-r--r--src/rom3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom3.c b/src/rom3.c
index 84032c933..2d00b647f 100644
--- a/src/rom3.c
+++ b/src/rom3.c
@@ -748,7 +748,7 @@ void dp01_build_cmdbuf_x0F_aa_b_cc_dddd_e_mlc_weather_00_x1Cbytes(u8 a, u16 b, u
}
gUnknown_03004040[14] = 0;
gUnknown_03004040[15] = 0;
- memcpy(gUnknown_03004040 + 16, g, 0x1C);
+ memcpy(&gUnknown_03004040[16], g, 0x1C);
dp01_prepare_buffer(a, gUnknown_03004040, 0x2C);
}