[FE7/FE8] Thief Vision

https://dl.dropboxusercontent.com/u/12592553/Cam’s%20Notes/Fire%20Emblem/FE7/Documentation/Experience/notes.txt

the pertinent section
ldr r1, [r1, #0x4]
ldr r2, [r0, #0x28]
ldr r0, [r1, #0x28]
orr r2, r0
mov r0, #0x8
and r0, r2
cmp r0, #0x0
beq SKIP
mov r3, #0x14
basically, if a unit has ability 0x8, it’ll give you an extra 20 exp when you kill it. To change this bonus, change the 14 at 029E1C to whatever the bonus you want is (generally zero).

2 Likes