diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-11 23:37:47 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-11 23:37:47 +0100 |
commit | f40fa373988288ee6ca9b8938cb6c33aa409575e (patch) | |
tree | 02a38ffee568f0f9b220969a4a2f80d0eac91026 /src/battle_main.c | |
parent | 991151f4613e534f73141035b054ab7914d04a14 (diff) |
Move battle_bg data to C
Diffstat (limited to 'src/battle_main.c')
-rw-r--r-- | src/battle_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_main.c b/src/battle_main.c index 1a1f6f61a..781fbeff4 100644 --- a/src/battle_main.c +++ b/src/battle_main.c @@ -2055,7 +2055,7 @@ void VBlankCB_Battle(void) ScanlineEffect_InitHBlankDmaTransfer(); } -void nullsub_17(void) +void nullsub_17(struct Sprite *sprite) { } |