Weapon level display experiment

GP had really clean looking ASM. It all just kinda made sense. You didn’t see something and say “That doesn’t make sense in vanilla FE8”, you generally said “Wow, I wish that had been in vanilla FE8!”

trust me, the jap assembly is not clean if you look at it

Dude Bloodlines has classes that use weapon and magic. Is this doable in fe7?

I’d like to get a similar port to the english FE8 so I can have Seraph Knights with wlvls properly displaying tbh.

Didn’t nintenlord’s broken str/mag patch display all weapon levels on a page (in FE7)? Maybe we can isolate just the part that does that.

Something like this?

i mean displaying all weapon levels in the screen

i think nintenlord has source for that somewhere

edit: I think its this

no idea what to do with that

assemble it

oh so you mean do the thing with the thing right and you’ll get the thing right???

2 Likes

I guess I can try to make a patch for the folks

For English version of FE8:
Routine determining these graphics is located at 8784C, and most of the routine just consists of feeding coordinates and weapon into something else that displays the weapon ranks. There are eight blocks of stuff similar to:

08087868 2001     mov     r0,#0x1
0808786A 2101     mov     r1,#0x1 //x coordinate
0808786C 2203     mov     r2,#0x3 //y coordinate
0808786E 2306     mov     r3,#0x6 //weapon type
08087870 F7FFFF8A bl      #0x8087788

I’ve been meaning to ask, is my monitor screwed, or is everyone using some other color setting on their emulator? (A lot of FE8 screenshots look off to me lately)

1 Like

jj’s screenshot is very dark on my monitor, but Misaka’s is fine, maybe a bit bright.

It’s No$GBA debug that that screenshot comes from probably, it doesn’t have any fancy screen effects.

I was literally gonna ask the same thing. I thought it was Brendor using some weird vba color setting but then jjl did it too and I was stupidly confused.

Then why is it so dark?

That’s just how the No$GBA debugger is.

Oh, okay ~(’.’ )~

[/conversation]

1 Like