diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-18 21:24:37 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-18 21:24:37 +0200 |
commit | dfee5deca8e5c6f5b35b75d56e215638b66320b0 (patch) | |
tree | 9e908648f10c5b3891949815d94508d0b14dfade /src/slot_machine.c | |
parent | b23dc9a12303e979b7612c703f706cbe2b091c96 (diff) |
Move Bitmap struct and clear sprite/text files
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index ef52b7171..f92ebd168 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -25,8 +25,6 @@ #include "bg.h" #include "window.h" -extern u8 gOamLimit; - // Text extern const u8 gText_YouDontHaveThreeCoins[]; extern const u8 gText_QuitTheGame[]; |