• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Eclipse Studios

Status
Not open for further replies.

Lady Berlitz

Cinnamon ♪
1,770
Posts
16
Years
  • Welcome to Eclipse Studios. I am Esmas. Sorry for the incovenience, but all old staff members of Gyro Corporation must re-apply, but you do not need proof. This will give more organization as we know that you are online and a loyal staff member.

    .::Current Projects::.

    Glowing Silver ~ DP Master 92
    Arctic Blue ~ ♠εx
    Legend of Dragons ~ TheTheTheThe
    Yellow Storm ~ Zeikku SSJ7
    South Park Rise of a Legend ~ Cartman

    .::ES Staff::.

    Esmas ~ Scripter, Spriter, Mapper, and everything else.
    DP Master 92 ~ Title Screen Editor, Palette Editor
    Zeikku SSJ7 ~ Sprite Indexer
    Kristian ~ Scripter, Mapper
    Cartman ~ Sprite Indexer, Mapper
    ♠εx ~ Scripter, Mapper
    Celebi_XD ~ Scripter, Mapper
    TheTheTheThe ~ Scripter

    [S-HIGHLIGHT]If you are an old ES Staff Member, please re-apply, proof is not needed[/S-HIGHLIGHT]!

    Thanks for visiting Eclipse Studios!
     
    Last edited:
    170
    Posts
    16
    Years
  • Name: Kristian
    Skills: scripting and mapping
    Proof of Work: i was in the gyro corp, but i will post some proof anyways ;P
    Code:
    [B]1: Wildbattle script:[/B]
    #org $startscript 
    checkflag 0x200 [COLOR="Red"]//checks if flag 0x200 is set, if true, it will goto offset #done[/COLOR]
    if 1 goto $done
    message $look
    $look 1 = \v\h01: What is this creature?
    callstd 6
    applymovement 0xFF $move1
    $move1 1 ; #binary 0x62 0x56 0xFE [COLOR="Red"]// makes the player jump back with the "!" pops up..[/COLOR]
    pausemove 0
    message $attack
    $attack 1 = \v\h01: WHOA!!\pIt's attacking!
    callstd 6
    message $aro
    $aro 1 = AROOOOO!
    callstd 6
    wildbattle 142 73 0 [COLOR="Red"]//the wildbattle, lvl 73 AERODACTYL with no item...[/COLOR]
    setflag 0x200 [COLOR="Red"]//sets flag 0x200[/COLOR]
    fadescreen 0 [COLOR="Red"]//makes a blinking effect[/COLOR]
    #raw 0x53 [COLOR="Red"]//[/COLOR]
    #raw 0x01 [COLOR="Red"]// }makes the sprite vanish from map..[/COLOR]
    #raw 0x00 [COLOR="Red"]//[/COLOR]
    release
    end
    
    #org $done
    release
    end
    
    
    
    [B]2. Give Pokemon script..:[/B]
    #org $givepoke
    lock
    faceplayer
    checkflag 0x200
    if 1 goto $done
    message $hi1
    $hi1 1 = Hi \v\h01!\pI found this pokemon\nand since your a trainer\pdo you want it?
    callstd 5
    compare LASTRESULT 1
    if 0 goto $Nope //gets the "YES/NO" box..
    message $here
    $here 1 = Ok, here you go!
    callstd 6
    givepokemon 371 5 0x0 [COLOR="Red"]//Give the pokemon..[/COLOR]
    message $got
    $got 1 = \v\h01 received a Pokemon!
    callstd 2
    setflag 0x200
    release
    end
    
    #org $done
    lock
    faceplayer 
    message $did you
    $did you 1 = Did you train the pokemon\ni gave you?
    callstd 6
    release
    end
    
    [B]3. Checkgender and a giveitem script:[/B]
    #org $ewqkjf
    lock
    faceplayer 
    checkgender
    compare LASTRESULT 1
    if 0 goto $boy
    checkflag 0x200
    if 1 goto $done
    message $himiss
    $himiss 1 = Hi, miss. \v\h01!\pDo you want a candy?
    callstd 5
    compare LASTRESULT 1
    if 1 goto $yes
    message $no
    $no 1 = No?\pAhh, Okey!\pGood bye!
    callstd 6
    release
    end
    
    #org $boy
    checkflag 0x200
    if 1 goto $done1
    message $hisir
    $himiss 1 = Hi, mr. \v\h01!\pDo you want a candy?
    callstd 5
    compare LASTRESULT 1
    if 1 goto $yes
    message $no2
    $no2 1 = No?\pAhh, Okey!\pGood bye!
    callstd 6
    release
    end
    
    #org $yes
    message $here
    $here 1 = Here you go!
    callstd 6
    giveitem 44 1
    release
    end
    
    #org $done
    message $sorry
    $sorry 1 = Sorry, miss. \v\h01.\nI got no more candy..\pHave a good day!
    callstd 6
    release
    end
    
    #org $done1
    message $sorry1
    $sorry 1 = Sorry, mr. \v\h01.\nI got no more candy..\pHave a good day!
    callstd 6
    release
    end
    
    [B]4.. Colour messages: [/B]
    #org $start 
    lock 
    faceplayer 
    message $colourtalk 
    $colourtalk 1 = \c\h01\h05Hello [COLOR="Red"]//shows the text in orange colour [/COLOR]
    callstd 6 
    release 
    end
    mapping:
    Spoiler:

    Contact Possibilities: [email protected] (ONLY FOR Eclpse Studios members!)
     
    Last edited:

    El Diabeetus

    Amateur Voice Actor / ROM Editor ('Hacker')
    1,064
    Posts
    17
    Years
    • Age 30
    • Seen Jun 10, 2020
    I'm good at Text Editing, Decent at Mapping, and Awesome at Spriting/Indexing.

    Some things I've Indexed:
    CrasherWake.png

    DPFurankiGlowingSilver-1.png

    (I didn't make these but I Indexed them.)

    FrankieDPDBGT4-1.png

    (I made this one. This sprite.)

    Mewtwo.png

    Yellow Mewtwo (I revamped it using it's DP colors.)
    DPTowerTycoon.png

    DP Tower Tycoon (I Indexed this also,I Indexed it because Cooley requested this o be Indexed at PHO.)
    PanDP-1.png

    I made a Pan sprite from DBGT (I used Dawn's pallete.)
    MaxIndexed.png

    Max ( I used his colors from the Anime so that's why it might look more Advance, yes it is Indexed.)
    MaxRe-doneIndexed.png

    Custom Max (I got bored and re-did the Max sprite so he doesn't have glasses or the nerdy clothes.)
    LucasDP.png

    DawnDP.png

    Lucas and Dawn (I Indexed these and shrinked them more than most people do so they still fit into the game without Glitches.)

    BlueBack.png

    Blue Back for R/S
    DialgaSctrh1.png

    Scratch Dialga
    JesseandJames.png

    Jesse & James
    DarkraiTitleScreen.png

    Darkrai for R/S Title Screen
    RedGSCRevamp-1.png

    Red GSC Revamp
    Ultjewel.png

    UltjewelBack.png

    A Fakemon I made Ultjewel.
    Cresseila.png

    CresseilaBack.png

    Cresselia Front and Back

    Maps:
    StartingTownPkmnSP.png
     

    ♠εx

    Working on my hack, busy also.
    299
    Posts
    16
    Years
    • Seen Aug 15, 2008
    I'd like to re-apply, with proof! Mainly because i've improved.

    Name: ♠εx.
    Skills: Mapping, Scripting, Tiling and a small amount of OW's.
    Contact: PM or [email protected]
    Proof:

    Mapping:
    Spoiler:


    Scripting:
    Spoiler:

    Tiling: (You've seen from my hack)
     

    Binary

    え?
    3,977
    Posts
    16
    Years
    • Seen Apr 7, 2014
    I'm good at Text Editing, Decent at Mapping, and Awesome at Spriting/Indexing.

    Some things I've Indexed:
    CrasherWake.png

    DPFurankiGlowingSilver-1.png

    (I didn't make these but I Indexed them.)

    FrankieDPDBGT4-1.png

    (I made this one. This sprite.)

    Mewtwo.png

    Yellow Mewtwo (I revamped it using it's DP colors.)
    DPTowerTycoon.png

    DP Tower Tycoon (I Indexed this also,I Indexed it because Cooley requested this o be Indexed at PHO.)
    PanDP-1.png

    I made a Pan sprite from DBGT (I used Dawn's pallete.)
    MaxIndexed.png

    Max ( I used his colors from the Anime so that's why it might look more Advance, yes it is Indexed.)
    MaxRe-doneIndexed.png

    Custom Max (I got bored and re-did the Max sprite so he doesn't have glasses or the nerdy clothes.)
    LucasDP.png

    DawnDP.png

    Lucas and Dawn (I Indexed these and shrinked them more than most people do so they still fit into the game without Glitches.)

    BlueBack.png

    Blue Back for R/S
    DialgaSctrh1.png

    Scratch Dialga
    JesseandJames.png

    Jesse & James
    DarkraiTitleScreen.png

    Darkrai for R/S Title Screen
    RedGSCRevamp-1.png

    Red GSC Revamp
    Ultjewel.png

    UltjewelBack.png

    A Fakemon I made Ultjewel.
    Cresseila.png

    CresseilaBack.png

    Cresselia Front and Back

    Maps:
    StartingTownPkmnSP.png

    Nice,
    I like all your work ;)
    And as for me....im an old member but what the heck.
    Proof:
    Scripting:

    Spoiler:


    And mapping:
    You can see some at the map rating thread

    Well as you know.....
    Im a mapper, basic scripter, i can do OW's, change pals and some stuff i forgot.
     

    Lady Berlitz

    Cinnamon ♪
    1,770
    Posts
    16
    Years
  • I'm good at Text Editing, Decent at Mapping, and Awesome at Spriting/Indexing.

    Some things I've Indexed:
    CrasherWake.png

    DPFurankiGlowingSilver-1.png

    (I didn't make these but I Indexed them.)

    FrankieDPDBGT4-1.png

    (I made this one. This sprite.)

    Mewtwo.png

    Yellow Mewtwo (I revamped it using it's DP colors.)
    DPTowerTycoon.png

    DP Tower Tycoon (I Indexed this also,I Indexed it because Cooley requested this o be Indexed at PHO.)
    PanDP-1.png

    I made a Pan sprite from DBGT (I used Dawn's pallete.)
    MaxIndexed.png

    Max ( I used his colors from the Anime so that's why it might look more Advance, yes it is Indexed.)
    MaxRe-doneIndexed.png

    Custom Max (I got bored and re-did the Max sprite so he doesn't have glasses or the nerdy clothes.)
    LucasDP.png

    DawnDP.png

    Lucas and Dawn (I Indexed these and shrinked them more than most people do so they still fit into the game without Glitches.)

    BlueBack.png

    Blue Back for R/S
    DialgaSctrh1.png

    Scratch Dialga
    JesseandJames.png

    Jesse & James
    DarkraiTitleScreen.png

    Darkrai for R/S Title Screen
    RedGSCRevamp-1.png

    Red GSC Revamp
    Ultjewel.png

    UltjewelBack.png

    A Fakemon I made Ultjewel.
    Cresseila.png

    CresseilaBack.png

    Cresselia Front and Back

    Maps:
    StartingTownPkmnSP.png
    Alright, you're in, Cartman! I guess I can use you for some mapping and sprite indexing. I can do spriting, so I got that covered.

    I'd like to re-apply, with proof! Mainly because i've improved.

    Name: ♠εx.
    Skills: Mapping, Scripting, Tiling and a small amount of OW's.
    Contact: PM or [email protected]
    Proof:

    Mapping:
    Spoiler:


    Scripting:
    Spoiler:

    Tiling: (You've seen from my hack)
    Okay, you're in for mapping and scripting!

    Nice,
    I like all your work ;)
    And as for me....im an old member but what the heck.
    Proof:
    Scripting:

    Spoiler:


    And mapping:
    You can see some at the map rating thread

    Well as you know.....
    Im a mapper, basic scripter, i can do OW's, change pals and some stuff i forgot.
    Obviously since you were in gyro corp, you're in.
     

    El Diabeetus

    Amateur Voice Actor / ROM Editor ('Hacker')
    1,064
    Posts
    17
    Years
    • Age 30
    • Seen Jun 10, 2020
    All right, when ever you need me to Index sprites and do some mapping just PM me.
     
    1,104
    Posts
    16
    Years
  • Well, I guess I'll re-apply. What was I in Gyro Corp? I forgot.
    Well, I'll post a script for the sake of it. It's an old script from LOD so I removed the text/movements so it doesn't display anything that hasn't been seen yet. :)
    Spoiler:
     

    Binary

    え?
    3,977
    Posts
    16
    Years
    • Seen Apr 7, 2014
    Lets start on anything. Im dying to map. Anyways if you need any mapping pls pm me! Ya i could help with any of the hacks listed above. But which one first? 0_o

    ~Celebi
     

    Binary

    え?
    3,977
    Posts
    16
    Years
    • Seen Apr 7, 2014
    I'll PM you what we are working on. It's on another forum, so I'll send you the link in a PM. That's where you'll be able to know what we're doing.
    Yup thnx alot, that clears alot of confusion thnx.
    BTW Ill be doin maps ASAP

    ~Celebi
     
    Status
    Not open for further replies.
    Back
    Top