New World Inc.

Started by Speedster December 13th, 2011 4:49 PM
  • 5181 views
  • 44 replies
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
New World Inc.
Intro
Hello. I am Speedster formally know as dudedude1. I have created a new account and this new thread "New World Inc." to celebrate the beginning of our new hack Pokemon Aegis! I had began to find inspiration to create my own hack long ago but I knew I was missing something. Help and team work. So I created a thread and recruited members. I had trouble keeping it together but Ray Maverick came in a gave me a lift. Now that most of the members have scattered away it is time for a new team. It will be much better than Eternal Balance ever was! The ideas, plot, fakemon and so forth. The last team was so unorganized and now we will organize and begin. All Team Shadow Dash members have been pre-accepted onto this team. If you will decline this acceptance please say so in the thread. Now it's time to get our Hack on!

Current Project
Hack Name: Pokemon Aegis
ROM Base: Fire Red
Language: English

Features

New Diverse Region of Altica
151 Fakemon
All 649 Original Pokemon
Extreme Never Achieved Scripts and ASM
Hoenn Region Explorable
Amazing Plot
Amazing Graphics

Updates

Support
Spoiler:


Current Team
Speedster (Leader, Idea Creator, Mapper, Scripter, ect.)
Ray Maverick (Co-Leader, Idea Creator, Mapper, Tile Inserter, Spriter)
XxXRy0MaEcHiZenXxX (Graphics)
Sonic1 (ASM, Scripter)
Elite Charizard (Mapper, tile inserter)
Tesbi (Scripter, Music Composer, Music Inserter)
Spoiler:
Inactive/Fired/Retired Members:
Niven
Jornoboy11
XxXRiNoKuMuRaXxX
thedrakgible
rydrew123
mfmeijer
Man
Bobvs
M.L
MUDKIPS4LIFE
Unforgiven*
BrokenRoses22


Positions Available
Scripter w/ ASM Knowledge [TAKEN]
EXPERT Spriter [1]
Mapper/ Tile Inserter [TAKEN]
Graphics Maker [1]
Composers/ Music Hackers [TAKEN]

Application
Skill(s):
Proof Of Work:
Experience:
Time Zone:
Contact Info (Optional):


Credits
Wesley FG (Tiles and resized sprites)
Kymotonian (Overworlds and Tiles)
Rverah-duh (Tiles)
Speedialga (Tiles)
Platinum Tyrant (Tiles)
Spacemotion (Tiles)
Alucus (Tiles)
Pokemon-Diamond (Tiles)
Kizemaru-kurunosuke (Tiles)
KageNoSensai (Tiles)
Wahackpokemon.com (Tiles)
Diegoisawesome (ASM Help)
Darthatron (ASM Help)
SK3 (General Support)
Jambo51 (649 Patch Creation)
DrFuji (OWs and General Support)
Gamer2020 (His amazing PGE tool)
Link12552 (Help with OWs and NSE)

.:Aegis:.
~coming soon~
Age 29
Male
Ireland
Seen 6 Days Ago
Posted April 6th, 2023
1,655 posts
14.1 Years
While Speedster's account is newer than three months, I have verified that this is an alternate account to dudedude1. As such, I am allowing the "bypass" of the rule that states that you must be a member here for 3 months to post a thread in this forum.

- - - - - - - - - -

E.C.

 

Seen March 27th, 2021
Posted July 24th, 2020
265 posts
12.3 Years
Skill(s):Mapper/Tile inserter/other general stuff like insert animations, etc..
Proof Of Work:i don't need it. but here it is anyway:
Spoiler:

proof for mapping and tile insertion.
Experience:You already know.
Time Zone:The West coast.
Contact Info (Optional):my msn (you already have it.)
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Skill(s):Mapper/Tile inserter/other general stuff like insert animations, etc..
Proof Of Work:i don't need it. but here it is anyway:
Spoiler:

proof for mapping and tile insertion.
Experience:You already know.
Time Zone:The West coast.
Contact Info (Optional):my msn (you already have it.)
Accepted of Course! You are excellent.

.:Aegis:.
~coming soon~

sonic1

ASM is my life now...

Age 28
Male
Portugal
Seen 2 Weeks Ago
Posted November 30th, 2012
77 posts
15 Years
Skill(s): ASMer/ Scripter(scripter only if really needed)
Proof Of Work:
Spoiler:

At 01065c put a branch using R4 to this routine (HEX CODE: 00 4C 20 47 POINTER TO THIS ROUTINE):~
.thumb
.align 2

main:
LDR     R5, =0x20370CA  ' var 8009 adress. Chose this one because its not used often
LDRB    R5, [R5]
CMP     R5, #0xF 'If var 8009 is 0xF then go to new code. Else continue original code.
BEQ     new_code
STR     R1, [R2]
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4

new_code:        'What this code does is basically add 1 to the current value in r1, setting the double battle bit
ADD    R1, #1  ' see the line up
STR     R1, [R2]'----------Rest of the routine
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4
Presto! With var 8009 with value 0xF set, you can now have double battles. Any double battles: Wild, trainer, wireless, safari, blah blah blah.

~Sonic1

Experience: Some, intermediate in ASM, Expert in scripts.
Time Zone: GMT +0
Contact Info (Optional): My MSN, you already have it!

~Sonic1
This signature has been disabled.
over 350px high
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Skill(s): ASMer/ Scripter(scripter only if really needed)
Proof Of Work:
Spoiler:

At 01065c put a branch using R4 to this routine (HEX CODE: 00 4C 20 47 POINTER TO THIS ROUTINE):~
.thumb
.align 2

main:
LDR     R5, =0x20370CA  ' var 8009 adress. Chose this one because its not used often
LDRB    R5, [R5]
CMP     R5, #0xF 'If var 8009 is 0xF then go to new code. Else continue original code.
BEQ     new_code
STR     R1, [R2]
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4

new_code:        'What this code does is basically add 1 to the current value in r1, setting the double battle bit
ADD    R1, #1  ' see the line up
STR     R1, [R2]'----------Rest of the routine
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4
Presto! With var 8009 with value 0xF set, you can now have double battles. Any double battles: Wild, trainer, wireless, safari, blah blah blah.

~Sonic1

Experience: Some, intermediate in ASM, Expert in scripts.
Time Zone: GMT +0
Contact Info (Optional): My MSN, you already have it!

~Sonic1
Accepted of course. I'll have assignments for you when you are done with exams.

.:Aegis:.
~coming soon~

Ray Maverick

Age 27
Male
Seen 5 Hours Ago
Posted 1 Day Ago
3,411 posts
14.3 Years
Skill(s): ASMer/ Scripter(scripter only if really needed)
Proof Of Work:
Spoiler:

At 01065c put a branch using R4 to this routine (HEX CODE: 00 4C 20 47 POINTER TO THIS ROUTINE):~
.thumb
.align 2
 
main:
LDR     R5, =0x20370CA  ' var 8009 adress. Chose this one because its not used often
LDRB    R5, [R5]
CMP     R5, #0xF 'If var 8009 is 0xF then go to new code. Else continue original code.
BEQ     new_code
STR     R1, [R2]
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4
 
new_code:        'What this code does is basically add 1 to the current value in r1, setting the double battle bit
ADD    R1, #1  ' see the line up
STR     R1, [R2]'----------Rest of the routine
LDR     R1, =0x2023E82
MOV    R0, #0xF
STRB    R0, [R1]
LDR     R4, =0x8010665
BX      R4
Presto! With var 8009 with value 0xF set, you can now have double battles. Any double battles: Wild, trainer, wireless, safari, blah blah blah.

~Sonic1

Experience: Some, intermediate in ASM, Expert in scripts.
Time Zone: GMT +0
Contact Info (Optional): My MSN, you already have it!

~Sonic1
Hey, this is some impressive stuff! Claps to you! :D I hope you'll stick with us ;) can you give me your msn so we can keep in touch?

I'd post some of my artwork, but.. I think you've seen enough already, and I'm bored to upload now xD

demondismon

Booted out - don't be like me!

Male
e. wakfield
Seen June 15th, 2014
Posted October 20th, 2013
147 posts
12.2 Years
Skill(s):mapper (i got everything back so im starting with a fresh start)
Proof Of Work:you have seen them before, if needed ill make more proof and pm you.
Experience:worked in couple games but team got inactive
Time Zone:utc (i think)
Contact Info (Optional):pm ,m, email, txt.
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Skill(s):mapper (i got everything back so im starting with a fresh start)
Proof Of Work:you have seen them before, if needed ill make more proof and pm you.
Experience:worked in couple games but team got inactive
Time Zone:utc (i think)
Contact Info (Optional):pm ,m, email, txt.
Hey man sorry but I have to say rejected. We are full on mappers as of now, Just keeping trying to get your hack up there. That is your assignment.

.:Aegis:.
~coming soon~

Ray Maverick

Age 27
Male
Seen 5 Hours Ago
Posted 1 Day Ago
3,411 posts
14.3 Years
Skill(s): Story Creating
Proof Of Work: None
Experience: Around six months or so of hacking
Time Zone: +1
Contact Info (Optional): PM or VM.
Don't think we need any more story tellers, me and the owner Speedy are more than enough :D
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Don't think we need any more story tellers, me and the owner Speedy are more than enough :D
I'd like to say so this does not happen again but to all applying please look under jobs available and do not apply if the job you wish to apply for is not there. Thanks! :)

.:Aegis:.
~coming soon~
Male
Pampanga Philippines
Seen September 9th, 2014
Posted September 7th, 2014
267 posts
12 Years
Yow Speedster!i can be a EXPERT Spriter if you want :)
This signature has been disabled.
Too tall
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Yow Speedster!i can be a EXPERT Spriter if you want :)
Can you give me an example first otherwise you'll stay a scripter. Ray and I have pretty strict guidelines with our spriters so show us what you got! :D

.:Aegis:.
~coming soon~

mewmasterify

Actual Mew

Age 23
Male
Faraway Island
Seen June 20th, 2016
Posted February 4th, 2013
71 posts
12.1 Years
Skill: Spriting and Sprite inserting
Proof of Work: umm check my sprites in my profile for proof
Experience: I have been hacking since i was 9
Timezone: GMT -5:00 eastern time (US and Canada)
Contact: MSN or here Msn: [email protected]
Male
In the depths of space...
Seen March 19th, 2023
Posted July 24th, 2013
134 posts
11.4 Years
Skill: Spriting and Sprite inserting
Proof of Work: umm check my sprites in my profile for proof
Experience: I have been hacking since i was 9
Timezone: GMT -5:00 eastern time (US and Canada)
Contact: MSN or here Msn: [email protected]
Sorry but we don't need fusion spriters. Also mew you applied on my old thread before it wasn't necessary to reapply.

.:Aegis:.
~coming soon~
Male
Pampanga Philippines
Seen September 9th, 2014
Posted September 7th, 2014
267 posts
12 Years
Can you give me an example first otherwise you'll stay a scripter. Ray and I have pretty strict guidelines with our spriters so show us what you got! :D
UYhmmmm i dont have anymore Proof Right now Sorry xD

2nd time Reformatted my PC :(

but give me an exmaple of a sprite that i will make..

and i will do all i can :)
This signature has been disabled.
Too tall
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.

Ray Maverick

Age 27
Male
Seen 5 Hours Ago
Posted 1 Day Ago
3,411 posts
14.3 Years
UYhmmmm i dont have anymore Proof Right now Sorry xD

2nd time Reformatted my PC :(

but give me an exmaple of a sprite that i will make..

and i will do all i can :)
How about a masked "assasin", something like Assasin's Creed hero. You know, just a random subject to test some skills :D

And Ryo, what about the pic in our sigs.
Male
Pampanga Philippines
Seen September 9th, 2014
Posted September 7th, 2014
267 posts
12 Years
HMMM i have one of that save in my Team Thread!

here it is:

http://i52.*.com/i5dl39.jpg

sorry it is in JPG format :)

and this one is for my hack SkyWhite:

http://i54.*.com/21alcnr.png
This signature has been disabled.
Too tall
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.

Ray Maverick

Age 27
Male
Seen 5 Hours Ago
Posted 1 Day Ago
3,411 posts
14.3 Years

here it is:

http://i52.*.com/i5dl39.jpg

sorry it is in JPG format :)

and this one is for my hack SkyWhite:

http://i54.*.com/21alcnr.png
I'm sorry but these don't look professional; they're okay I guess, but not well-made. Watch your colours, outlines and shading. Also poses could use some fixing.