mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
fix ewram
This commit is contained in:
parent
f0cc705d35
commit
d5d62c9d4d
@ -5,7 +5,7 @@
|
|||||||
#include "task.h"
|
#include "task.h"
|
||||||
#include "text.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_fdecode_auto_and_task_add(u8*, int);
|
||||||
void textbox_auto_and_task_add(void);
|
void textbox_auto_and_task_add(void);
|
||||||
|
@ -643,7 +643,6 @@ gUnknown_020375B8: @ 20375B8
|
|||||||
.space 0x4
|
.space 0x4
|
||||||
|
|
||||||
gUnknown_020375BC: @ 20375BC
|
gUnknown_020375BC: @ 20375BC
|
||||||
.space 0x4
|
|
||||||
|
|
||||||
.include "src/field_message_box.o"
|
.include "src/field_message_box.o"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user