fix ewram
This commit is contained in:
parent
f0cc705d35
commit
d5d62c9d4d
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "task.h"
|
||||
#include "text.h"
|
||||
|
||||
u8 gUnknown_020375BC = 0;
|
||||
EWRAM_DATA u8 gUnknown_020375BC = 0;
|
||||
|
||||
void textbox_fdecode_auto_and_task_add(u8*, int);
|
||||
void textbox_auto_and_task_add(void);
|
||||
|
|
|
@ -643,7 +643,6 @@ gUnknown_020375B8: @ 20375B8
|
|||
.space 0x4
|
||||
|
||||
gUnknown_020375BC: @ 20375BC
|
||||
.space 0x4
|
||||
|
||||
.include "src/field_message_box.o"
|
||||
|
||||
|
|
Loading…
Reference in a new issue