Jump to content

andracass

Administrators
  • Content Count

    1573
  • Joined

  • Last visited

  • Days Won

    32

 Content Type 

Profiles

Forums

Calendar

Pokemon Reborn Development Blog

Pokemon Rejuvenation Development Blog

Posts posted by andracass

  1. i think we've caught that one already

    but i'd also like to offer this

    def isConst?(val,mod,constant)
      begin
        return (val==mod.const_get(constant.to_sym))
      rescue
        print("broken constant #{constant}")
        return false
      end
    end

    the current isconst? function doubles up the amount of work needed to check if a constant exists and then doesn't tell you that a constant is mistyped

    i don't want to force extra work on you, but if you're already paying attention to the console this may make broken constants easier to find.

  2. 2 hours ago, Risakisa said:

    authors are queer, or queer-obsessed

    uh

    2 hours ago, Risakisa said:

    sounds like a 4chan troll to be honest.

    bro

    2 hours ago, Risakisa said:

    I'm confused. And frustrated. And a bit drunk, it must be said.

    what?

    • Like 1
  3. hi! i forgot to make a post here too.

    we have a new version! the change to it is really small but it should help speed the game up a lot.

    it's also in a patch version if you already have 18.3- just download the patch at the bottom of the downloads page and replace your scripts file.

    enjoy!

    • Upvote 2
  4. 2 hours ago, bobirobi20 said:

    Actually the final floor is already in the game, just unavailable. I was looking through debug mode, and then I stumbled into it and accidentally obtained something from there.  If you really want, I can do it in a spoiler tag, unless the devs really want us to not know this.

    yeah i

    wouldn't get too attached to that.

    • Like 1
×
×
  • Create New...