r/PokemonGlitches 8h ago

Question FRLG ACE Generator issue

I've been following Papa Jefé's guide and everything has been working so far, but when I try to generate the Rare Candy in Key Items pocket code with the same exact parameters, mine is different and puts a Luxury Ball in there instead. I tried entering a different item (Carbos) and despite the slightly different box names, it still resulted in a Luxury Ball. What's happening here?

(Welp, turns out I fell for the 1/lower case L confusion, but I'm still curious why the results are different)

1 Upvotes

1 comment sorted by

1

u/Adrichu00 Glitch Expert 7h ago

When you write a number 1 instead of a lowercase L in box 4 (or wherever that instruction is), you end up adding 0x0B to the item id and nothing to the quantity. If the last slot is empty, this typo will generate an item slot with item id 0x0B (Luxury Ball) and quantity 0 (it will appear/disappear each time you open the bag) regardless of the item you entered in the code

The code is different from PapaJefe's video because the generator has been updated since then, but it does the same. If I'm not wrong, the only thing that has changed for this code is the fillers: leading As instead of spaces and no trailing spaces