diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 22:39:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 22:41:17 -0800 |
commit | 80e95a204723eea4bb5fe914dd44f78a66552c03 (patch) | |
tree | 23b93bd1548b79f54c9aad7a7a6cadb503952a72 /include/asm.inc.h | |
parent | 8ce0fb4b20793da19ae57bff14b63c4c1aa90a54 (diff) |
braille puzzle stuff
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index a4069baa6..cea5325c6 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -448,8 +448,8 @@ void InitIntroTorchicAttackAnim(u8); void InitIntroMudkipAttackAnim(/*TODO: arg types*/); // asm/rom_81473B8.o -bool8 sub_81474C8(void); -void sub_8147514(void); +bool8 ShouldDoBrailleStrengthEffect(void); +void DoBrailleStrengthEffect(void); // asm/rom_8148B8C.o void load_intro_part2_graphics(/*TODO: arg types*/); |