Added info on sym_ewram

voloved 2023-04-07 17:15:53 -04:00
parent fae12833b6
commit bb5c188c66
1 changed files with 13 additions and 1 deletions

@ -197,4 +197,16 @@ index 0835dda70c..4949575d00 100644
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"
```