There’s a high chance I’m missing something totally obvious but I cannot for the life of me figure out why it isn’t working so here goes.
Relevant event stuff (copied from a previous chapter where it is all working):
Village(0x8,V0,9,2)
V0:
SETVAL 0x2 0x2; CALL $9EE2E8 //loads BG
TEXTSHOW 0x92A//Village
TEXTEND
CALL $9EE2C4 //end BG
REMA
SMOV 3 IronSword
GIVEITEMTO Belle
TEXTSHOW 0x92B
TEXTEND
REMA
EVBIT_T 0x7
ENDA
I tried the non-macro version of the village stuff too, and nothing changed:
VILL 0x8 V0 [9,2] 0x10
LOCA 0x8 [9,1] 0x20
Like I said, I have a 100% working properly village setup in a previous chapter, but in this chapter it’s not working at all for some reason despite being set up the exact same way.