mirror of https://github.com/pret/pokeemerald.git
Added info on sym_ewram
parent
fae12833b6
commit
bb5c188c66
|
@ -198,3 +198,15 @@ index 0835dda70c..4949575d00 100644
|
||||||
static const struct BattleWindowText sTextOnWindowsInfo_Arena[] =
|
static const struct BattleWindowText sTextOnWindowsInfo_Arena[] =
|
||||||
{
|
{
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're using `make` and not `make modern`, you'll need to add the `battle_controller_player.o` to `sym_ewram.txt` to add `sDescriptionSubmenu ` into `EWRAM`.
|
||||||
|
```diff
|
||||||
|
----------------------------- sym_ewarm.txt -----------------------------
|
||||||
|
.include "src/pokenav.o"
|
||||||
|
.include "src/pokenav_list.o"
|
||||||
|
.include "src/menu_specialized.o"
|
||||||
|
.include "src/faraway_island.o"
|
||||||
|
.include "src/trainer_hill.o"
|
||||||
|
.include "src/rayquaza_scene.o"
|
||||||
|
+ .include "src/battle_controller_player.o"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue