Jump to content

Is there a way to detect hard mode in eventiel?


ZodaInk
 Share

Recommended Posts

I was thinking of making a simple hack that reclasses everyone.

The class will be depending on whether you have played Lyn/Eliwood/Hector mode and if you chose hard/easy mode.

The question is... how can I detect if it's hard or easy mode?

Or do I have to check if the tactician is male or female?

Edited by ZodaInk
Link to comment
Share on other sites

As far as I know, the only hard mode checking the game does is for the initial enemy group loaded.

In your events's pointer table at the top, there should be a line like:

POIN Bad Bad Bad Bad

Or something along those lines. This actually translates to:

POIN enemiesENM enemiesHNM enemiesEHM enemiesHHM

(I might have goofed the order of HNM and EHM, but you get the idea).

Setup different unit groups for different difficulties. I'm not aware of any other checks the game does for difficulty mode.

Link to comment
Share on other sites

As far as I know, the only hard mode checking the game does is for the initial enemy group loaded.

In your events's pointer table at the top, there should be a line like:

POIN Bad Bad Bad Bad

Or something along those lines. This actually translates to:

POIN enemiesENM enemiesHNM enemiesEHM enemiesHHM

(I might have goofed the order of HNM and EHM, but you get the idea).

Setup different unit groups for different difficulties. I'm not aware of any other checks the game does for difficulty mode.

I think that's it, but how would I go about loading them?

I can't load all four of them (only the first one called will be loaded).

Link to comment
Share on other sites

If your chapter uses a prep screen they should be loaded automatically. If it doesn't use a prep screen I'm not too sure. Try looking at some of the disassembled vanilla events to see how they did it (If at all).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...