Custom ending screens

Go down

20131019

Post 

Custom ending screens Empty Custom ending screens




Information: Allows you to create different endings using slides.
Screenshot:

Custom ending screens Rom6_010

Zip File: http://bszelda.zeldalegends.net/stuff/Con/custom_end.zip

Additional Information: you can set ending screens to 2 different locations.

- add screens before the credit scroll (with 3 options - before triforce chamber/after triforce chamber/after happy Hyrule)

- add one or more final screens
You can have both, screens before the credit scroll and a final screen in one rom, but only one of the options (before/after chamber/after hyppy hyrule).


Last edited by Conn on Thu 13 Mar 2014 - 19:13; edited 3 times in total
Conn
Conn

Custom ending screens Image212

Since : 2013-06-30

Back to top Go down

Share this post on: reddit

Custom ending screens :: Comments

SunGodPortal

Post Sat 13 May 2017 - 2:36 by SunGodPortal

If I understand this correctly, one of the options could replace the portion of the ending where it cycles through different characters on the overworld? It would be a big relief to do whatever I want with the overworld without having to worry about how it would destroy the ending.

I would read the instructions (I will eventually) but I'm temporarily without access to Microsoft Word.

Back to top Go down

Conn

Post Sat 13 May 2017 - 5:28 by Conn

There are two different options,
- you can add 4 screens anywhere " before triforce chamber, before character cycle, before credit scroll"
- one after the credit scroll (you see it e.g. in Conker after all our names passed you'll see the master sword in stone screen.

Hooks and Jumps!
You have 2 possibilities to add own screens: before the credit scroll and after the credit scroll. You can use both asm in one rom.

1) hook before credit scroll - credit1-4.asm
Credit1:
You have 3 options where to get to the new ending screens
- before triforce chamber
- after triforce chamber
- after happy hyrule

At the end you will find
JMP.l $63f000 ;jump to next screen, which is credit 2.
credit2 will jump to credit 3 and credit 3 will jump to credit 4 (you can add or skip the screens to your wishes). Music will only load in credit 1 since this is your first screen.

Credit 4:
You will find
JMP.l $008056 ;jump to to game
inside the asm which will load the game routine and the credit scrolling will be executet. In contrast to credit 1-3 there is some code before like lda #$1a, sta $10. This code is necessary for the game routines to load so always let credit4 be your final screen asm, regardless how many pic you display before.

2) hook after credit scroll - finalscreen.asm:
It will hook after the scrolling down credits and before "The End" is written on the screen.

You will find:
eternalloop:
lda #$00
cmp #$01
bne eternalloop

which you can delete and also place a jump to another screen instead at the end (but the final screen here should always contain an eternal loop). The other adjustments are more or less the same.

8. Run the asm with xkas. If everything is correct you get this:

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum