News:

11 March 2016 - Forum Rules

Main Menu

Screenshots

Started by Gemini, September 04, 2011, 09:02:29 PM

Previous topic - Next topic

KingMike

"My watch says 30 chickens" Google, 2018

Celice

I think Megaman 9. It's part of the style of the level--artifical stuffs :p

Gemini

Well, that's clearly taken from Concrete Man's stage. :o

Chpexo

.
#83
.

Plint Michigan

Quote from: Chpexo on January 05, 2012, 05:55:54 PM
I'm actually recreating the Mega Man 9 stages.

Cool. With which game?

Celice

Quote from: Chpexo on January 05, 2012, 05:55:54 PM
I'm actually recreating the Mega Man 9 stages.
That's awesome :p Do 10 next! I've never played it.

Chpexo

.
#86
.

Lin

After going at it for a couple days, I actually did something with the GBA (DBZ Buu's Fury). Just like my first step for my Oracles level editor and how I posted a screenshot here too, I got decompressing done and the tiles loading. All I have to do now is find out how tile grouping works to create a full proper tileset and then find level data and go from there. Before a few days ago I didn't know ANY ARM or anything about the GBA yet debugged the decompression routine.



As you can tell, I'm fairly proud of it, as it opens up a whole new world of games for me to create level editors for :D

Gideon Zhi


KingMike

I know what game that is!
"My watch says 30 chickens" Google, 2018

Gideon Zhi

Quote from: KingMike on January 14, 2012, 09:53:16 PM
I know what game that is!

It's neat, isn't it? I'm psyched to be working on it :D


reyvgm

I think I know what game is that, but I probably don't.

Neil

I think I know it's a game.

curses

There is certainly something familiar about it...

DarknessSavior

Quote from: curses on January 20, 2012, 10:45:10 AM
There is certainly something familiar about it...
And yet so unfamiliar... :|a

~DS
Red Comet: :'( Poor DS. Nobody loves him like RC does. :'(
Sliver-X: LET ME INFRINGE UPON IT WITH MY MOUTH
DSRH - Currently working on: Demon's Blazon, Romancing SaGa, FFIV EasyType.
http://www.youtube.com/user/DarknessSavior


Lenophis

Imma get in on this:



Nothing to see here, move along. :police:


https://ff6randomizer.codeplex.com/ - Randomize your FF6 experience!

trudatman


NinetyFlow 2012 (NHL '94 for the SNES)
the goals used to look like this:

"excuse me for having enormous flaws that I don't work on." "I'm not not licking toads." -HJ Simpson

KingMike

#98
Quote from: Lenophis on January 23, 2012, 10:49:33 AM
Imma get in on this:



Nothing to see here, move along. :police:
If the Master Fist is supposed to be the Konami Code, I'd use both Y X (since you can't use B A). :)

Finally got the item and spell lists to print at different locations on the field and battle.
All I had to do was begin disassembling the entire game.




Turns out the battle and field menus essentially called the same routine to print the window. I had to write a variant. And also rewrite the spell window routine to load the coordinates at the beginning of the routine for maximum code reuse (and minimum free ROM space usage)
The last one... turns out if you don't have enough MP it will redraw the window. That part I can't separate. It would reprint towards the bottom of the screen ("battle" routine). Repointing the draw window call to the "field" version would cause the game in battle to use the spell anyways with no MP cost (an advantageous bug, yes), so I fixed that. I suppose the only real way to detect that was to check the stack to find out whether the window routine was called from the battle or field menu.
"My watch says 30 chickens" Google, 2018

FlamePurge

I'm back with a new 8x16 font for J2e's Final Fantasy IV translation!



I based it off FFVI's 8x8 unproportional variant of Chicago. I'm very pleased with how it turned out!
Check out and discuss my projects