Jump to content

Easy question FE7


Pack yak
 Share

Recommended Posts

Hi guys. I'm somewhat new to hacking, and after looking at all of the guides, youtube videos, etc. I still managed to have a problem.

The problem is about incorrect parameters-

Finished.
Messages:
Tutorials disabled
Events end at offset 0xD800B4
1 errors encountered:
File prolouge1.txt, Line 22, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom]
No data written to output.
'
I can't figure out what I did wrong, and would really appreciate any help.
Problem, as stated occurs on line 22 Column 1.
*As a side note I'm unable to play the game on the VBA because of the problem (It will get passed "enter information" and then the screen stays black.*
#define DISABLE_TUTORIALS
#include EAstdlib.event
EventPointerTable(0x06,Pointers)
ORG 0xD80000
Pointers:
POIN Turn_events
POIN Character_events
POIN Location_events
POIN Misc_events
POIN BallistaData BallistaData
POIN Bad Bad Bad Bad
POIN Good Good Good Good
POIN Opening_event Ending_event
Bad:
UNIT
Good:
UNIT 0x17 0x28 0x00 Level(1,Ally,False) [9,4] [12,8] [ironSword,ChestKey,IronSpear]
UNIT
Turn_events:
TURN 0x00 Opening_event [01,00] 0x0 0x00
Character_events:
CHAR
Location_events:
LOCA
Misc_events:
CauseGameOverIfLordDies
AFEV
Opening_event:
LOU1 Good
ENUN
ENDA
Ending_event:
MNCH 0x06
STAL 1
_0x1
ENDA
BallistaData:
BLST
ALIGN 4
MESSAGE Events end at offset currentOffset

prolouge1.txt

Edited by Pack yak
Link to comment
Share on other sites



Good:
UNIT 0x17 0x28 0x00 Level(1,Ally,False) [9,4] [12,8] [IronSword,ChestKey,IronSpear]
UNIT



You forgot to give this character an AI. "Incorrect parameters" usually means the event assembler is expecting a certain number of values and you have either given it too many or too little. By the way, event assembler questions go in this thread.

Edited by Agro
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...