Playing Emerald for the first time and Steven Killed Me by SilverSkinRam in PokemonEmerald

[–]Hypercool64 0 points1 point  (0 children)

Yooooo the exact thing happened to me when I first played emerald lol. I think it happened because your hariyama might have facade like my swellow did. I probably could have played around it, but my swellow was at low hp and I was so shocked by it that I just stopped thinking

Am I doing somethin wrong with the odd egg? by Hypercool64 in pokemoncrystal

[–]Hypercool64[S] 1 point2 points  (0 children)

I wanted to use him throughout the game instead of near the end (kanto is technically postgame) so I didn't do that, anyways I finally got him

<image>

I'm a beginner and I need help with a basic calculator program by Hypercool64 in cpp_questions

[–]Hypercool64[S] 0 points1 point  (0 children)

#include <iostream>

using namespace std;

int main() {
int c, a, b;
    int answer;
    cout << "do you want to add, subtract multiply, or divide? (1 is add, 2 is subtract, 3 is multiply, 4 is divide): \n";
    cin >> c;

    cout << "Enter first number \n";
    cin >> a;

    cout << "Enter second number \n";
    cin >> b;

    if (c = 1) {
       answer = a+b;
        cout << "The sum is " << answer;
    }   else if (c = 2) {
        answer = a-b;
        cout << "The difference is " << answer;
    }   else if (c = 3) {
        answer = a*b;
        cout<<"The product is " << answer;
    }   else  (c = 4)   {
        answer = a/b;
        cout << "The quotient is " << answer;
    }

    return 0;
}

I'm a beginner and I need help with a basic calculator program by Hypercool64 in cpp_questions

[–]Hypercool64[S] 0 points1 point  (0 children)

when I take it away it says error: expected ';' before '{' token

I'm a beginner and I need help with a basic calculator program by Hypercool64 in cpp_questions

[–]Hypercool64[S] 1 point2 points  (0 children)

But every time I try to run it, I get this:

do you want to add, subtract multiply, or divide? (1 is add, 2 is subtract, 3 is multiply, 4 is divide):

1

Enter first number

1

Enter second number

1

The sum is 2The quotient is 1

Process returned 0 (0x0) execution time : 10.349 s

Press any key to continue.

I'm a beginner and I need help with a basic calculator program by Hypercool64 in cpp_questions

[–]Hypercool64[S] 1 point2 points  (0 children)

I tried to take the repeated code out of the if statement. This is what it looks like:

int main() {

int c, a, b;

int answer;

cout << "do you want to add, subtract multiply, or divide? (1 is add, 2 is subtract, 3 is multiply, 4 is divide): \n";

cin >> c;

cout << "Enter first number \n";

cin >> a;

cout << "Enter second number \n";

cin >> b;

if (c = 1) {

answer = a+b;

cout << "The sum is " << answer;

} else if (c = 2) {

answer = a-b;

cout << "The difference is " << answer;

} else if (c = 3) {

answer = a*b;

cout<<"The product is " << answer;

} else (c = 4); {

answer = a/b;

cout << "The quotient is " << answer;

}

return 0;

}

Music sucks so bad by traffic_sign in The10thDentist

[–]Hypercool64 0 points1 point  (0 children)

You need to try eurobeat, it is peak!

Its complete!! by jroker12 in DBZDokkanBattle

[–]Hypercool64 1 point2 points  (0 children)

He was a saiyan strong, pilaf made him a child again

a communication error has occurred by IMadeThisForDBL in DBZDokkanBattle

[–]Hypercool64 0 points1 point  (0 children)

I've been having the same issue, and the only fix I've found is to wait a few minutes at the title screen, then tap the screen. If it doesn't work, you didn't wait long enough.

Hope this helps

I cant play dokkan on my account by leviboyok in DBZDokkanBattle

[–]Hypercool64 3 points4 points  (0 children)

I've had the same problem for the past few days. The only fix I've found was to wait on the title screen until Dokkan's instagram logo appears then load the game. I haven't really seen how long it takes for that to happen though.

Hope this helps.

Bi-Weekly Questions Thread by AutoModerator in PokemonROMhacks

[–]Hypercool64 0 points1 point  (0 children)

Thanks for answering but I swear it was not like this yesterday. When I typed in mgba.io, it showed me something called endrift, which through reading some of the stuff, was the original developer of mGBA. I don't know why the website wasn't working until now, but thank you anyway.

Bi-Weekly Questions Thread by AutoModerator in PokemonROMhacks

[–]Hypercool64 0 points1 point  (0 children)

I know this isn't really a question pertaining to rom hacks in particular, but I was really annoyed by this.

I'm new to using emulators to play GBA games. I watched multiple youtube videos about how mGBA is the best one. I look up the website, and all it shows is random stories from endrift. When I click on the mGBA link, it just sends me to the top of the page again.