Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  Oblivion Knight : (26 February 2024 - 11:30 AM) Whoa I can edit a typo. The technology.
@  Oblivion Knight : (26 February 2024 - 11:29 AM) Obligatory message.
@  Elwood : (02 January 2024 - 04:19 AM) Happy New Year!!!
@  Aaron : (13 February 2023 - 09:19 PM) I'm still out here alive. If you remember me, I hope you're doing well!
@  Aaron : (13 February 2023 - 09:09 PM) 2023 and this place is still up huhh
@  Elwood : (05 January 2023 - 07:58 AM) Ah a Christmas greeting from Wolfie! Even if I saw it way late Merry Christmas and Happy New Year to everybody!
@  Cero : (31 December 2022 - 09:27 PM) Man that bot went crazy
@  Whitewolf8 : (24 December 2022 - 10:02 AM) I return once more on the eve of Christmas to haunt you all again!... Mainly Elwood. Hello!
@  Elwood : (25 November 2022 - 04:58 AM) A bot! Ah the nostalgia!
@  Elwood : (02 November 2022 - 02:30 PM) Yo ho ho ho! Thar be the white wolf!
@  Whitewolf8 : (24 October 2022 - 12:29 AM) Well, blimey it's been a while. Hoy there! If anyone's still alive here anyway.
@  Valke : (21 April 2022 - 12:12 PM) im taking the 2nd shout of 2022 😂
@  Elwood : (03 March 2022 - 10:12 PM) Mwuhahaha! The first shout of 2022 is mine!
@  Fire Blazer : (12 November 2021 - 05:22 PM) *also stretches arms a little*
@  xcrash1998 : (07 November 2021 - 08:42 PM) "streches arms"
@  Ezra : (07 May 2021 - 05:20 AM) Maybe I'll pop on the discord soon
@  Fire Blazer : (01 April 2021 - 08:08 PM) Aaaaaaand done~ :P
@  xcrash1998 : (29 March 2021 - 08:52 AM) I guess we are one more post away from counting to 2500
@  Fire Blazer : (10 March 2021 - 11:39 PM) but I have bad memory and can't remember ;(
@  Elwood : (15 February 2021 - 10:23 AM) I'd like to but I've told you about my issues with discord before.

Photo

(Solved) Event crashes the Game


  • Please log in to reply
1 reply to this topic

#1 xcrash1998

xcrash1998

    Member

  • Members
  • PipPipPipPip
  • 81 posts
  • Gender:Male
  • Interests:Smash4, Computer Science(Programming),Drawing and Fire Emblem Hacking

Posted 08 September 2017 - 11:32 PM

Hello dear FE community, I another newbie here well actually i created the account months ago but never found something that i could post and also have a quiet far knowledge on different areas in fire emblem hacking, but actually still is not that advanced.

So as you can see i am a little introvert from some point of view but actually still like to socialise with other people, I hope this won't cause any problems here.

 

However enough about me.

 

My problem:

 

So when Heath should move it crashes (sprites transform into those lines where you can still see some of the frames in between) the game then i replaced him and he started to fly of into completely wrong directions and

messing up the tiles of my map (The map is 20*20) and that forever.

 

So game starts to get messy after the first move code for Heath in the opening events

 

//Made by markyjoe1990 of Youtube
//Modified by Nintenlord

#define DISABLE_TUTORIALS
#include EAstdlib.event

EventPointerTable(0x06,Pointers)


ORG 0xD004B0
Pointers:
POIN Turn_events
POIN Character_events
POIN Location_events
POIN Misc_events
POIN TrapData TrapData
POIN Bad Bad Bad Bad
POIN Good Good Good Good
POIN Opening_event Ending_event

Bad:
UNIT

Good:
UNIT Heath WyvernKnight 0x00 Level(1, Ally, False)[9,1][9,1] [IronSpear] NoAI
UNIT Ninian Dancer 0x00 Level(1, NPC, False)[8,5][8,5] [Vulnerary] NoAI
UNIT Bartre Warrior 0x00 Level(1, NPC, False)[9,5][9,5] [IronAxe] NoAI
UNIT Empty

LYN:
UNIT Lyn Shaman 0x00 Level(1, Ally, False)[9,11][8,6] [Flux] NoAI
Unit Empty
ENDA

Turn_events:
OpeningTurnEvent(Opening_event)
END_MAIN

Character_events:
END_MAIN

Location_events:
END_MAIN

Misc_events:
CauseGameOverIfLordDies
END_MAIN

Opening_event:
LOMA 0x30[0,0]
LOU1 Good
//CAM1 Heath
CURF Heath
Text(0x12,0100)
MOVE Heath [9,12]
LOU1 LYN
ENUN
MOVE Heath [9,19]
DISA Heath
Text(0x12,0100)
MOVE Ninian [8,4]
MOVE Bartre [8,5]
MORETEXT(0101)
ENUN
MOVE Lyn right
MOVE Bartre [8,6]
STAL 30
MOVE Bartre [8,7]
STAL 30
KILL Bartre
ENDA

Ending_event:
MoveToChapter(0x01)
ENDA

TrapData:
ENDTRAP


MESSAGE Events end at offset currentOffset
//The map for this chapter is at offset: ????????

 

And here is some Information about the map

 

 

Maps
Castle Top Floor (cutscene): 0x30
tyleset: 0A009B0C
map-pointer: C9CCF8
change-poin: (none)
offset-s: D00000 (offset-start:)
offset-e: D001E0 (offset-end)

 

-
Castle Second To Top: 0x00
tyleset: 0A009B0C
map-pointer: C9C9D8
change-poin: C9CA00
offset-s: D001E0
offset-e: D00410
-
Bridge: 0x31
tyleset: 1000CB12
map-pointer: C9CD00
change-poin: (none)
offset-s: D00410
offset-e: D004B0

 

---
events
offset-s: D004B0
offset-e: D007..



#2 xcrash1998

xcrash1998

    Member

  • Members
  • PipPipPipPip
  • 81 posts
  • Gender:Male
  • Interests:Smash4, Computer Science(Programming),Drawing and Fire Emblem Hacking

Posted 09 September 2017 - 07:02 PM

Well after looking trough other peoples problems I finally noticed that I was trying to make heath fly trough an unpassable wall which caused that error.

So thanks to all who looked at my problem in hopes to solve it. See you next time.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users