Post Comment

« Back to page

Responding to post

pokeknight
In response to: post by Butterfree

Ah, I missed that looking at the scripts and constants. Do you think this was intentional or a simple oversight? I really appreciated your article, and agree with the other commenter that this is far too complicated for a sidegame of a sidegame.

Post comment

Inflammatory or off-topic comments will be deleted; please go to the guestbook for discussion unrelated to this page. You can use BBCode (forum code) to format your messages.

Giving an e-mail address is optional; if it is given, you will be notified by e-mail if I respond to your post. If you fill in a website (this should be your own website, blog or social media profile), it will be linked publicly on your post.

  • [b]Bold[/b]
  • [i]Italic[/i]
  • [u]Underlined[/u]
  • [s]Strikethrough[/s]
  • [url=http://www.dragonflycave.com]Link[/url]
  • [spoiler]Spoiler[/spoiler]
214 The above sprite has a 1/8192 chance of being shiny. (Modern browsers will give it a yellow glow if so.)

Comments

My own messages will be signed as Butterfree, with the Admin label below my name. If someone signs as Butterfree without that label, it's probably not me.

pokeknight
In response to: post by Butterfree

Ah, I missed that looking at the scripts and constants. Do you think this was intentional or a simple oversight? I really appreciated your article, and agree with the other commenter that this is far too complicated for a sidegame of a sidegame.

Butterfree
Admin
In response to: post by pokeknight

In the pokeemerald decomp, it's defined in the sTableMinBets array. In the InitRouletteTableData function, it picks out the value at index [tableId + isSpecialRate*2], i.e. 1 for the first table and 3 for the second if isSpecialRate is 0, and 1 for the first and 6 for the second if isSpecialRate is 1. sRoulette->minBet is set to this value, and in Task_PlaceBet, we subtract sRoulette->minBet from the player's number of coins. Am I missing something?

pokeknight

Looking through the decompiled code, there doesn't seem to be a reason that the Service Day increased wager should only apply to the rightmost Table 2?

betelplouf

OMG thank you so much that's so useful!

ZoranaDragon

The fact that cheating is technically something programed into RSE is very funny to me.

Eevote

This is the most complicated thing I have seen in my entire life.

Butterfree
Admin
In response to: post by Steeler

It only affects the amount you can bet, but since your gains are a multiplier on your bet, and the roulette has a positive expected value (i.e. the more you play, even if you play at random, the more you win), you'll earn more coins faster by playing on service day!

Steeler
Website: Click here

So service day only affects the amount you can bet but not the odds? Just triggered it in my game and was wondering if it was worth playing!

Page last modified November 20 2025 at 17:02 UTC