diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-22 20:03:21 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-22 20:03:27 -0500 |
commit | 63a78287725167a9c048b2eac5e92b4da4b339d1 (patch) | |
tree | 84911089de7164a4a05677160e85fd4bbd7f34b5 /src/reshow_battle_screen.c | |
parent | 4eca05ccf5cce480e8018527798d3632ee43e551 (diff) |
Document battle_controller_player.c
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r-- | src/reshow_battle_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c index d8d75a0e0..58de22f05 100644 --- a/src/reshow_battle_screen.c +++ b/src/reshow_battle_screen.c @@ -23,7 +23,7 @@ static void CreateBattlerSprite(u8 battlerId); static void CreateHealthboxSprite(u8 battlerId); static void sub_80A95F4(void); -void nullsub_35(void) +void ReshowBattleScreenDummy(void) { } |