Page 1 of 1
					
				Re: Is this A glitch?
				Posted: Sat Mar 07, 2009 5:22 pm
				by SniperNightOwl(imported)
				my money caps out at 65000. It can't go any higher. Is this a glitch or normal?
			 
			
					
				Re: Is this A glitch?
				Posted: Sat Mar 07, 2009 5:36 pm
				by Sanqui
				This is perfectly normal.
All you ever wanted to know about Chiru is on 
this Wikifang page XD	
 
			
					
				Re: Is this A glitch?
				Posted: Sat Mar 07, 2009 5:49 pm
				by Blaziken257
				It's because the money is stored in two bytes, or 16 bits. The highest number that can fit in 16 bits is 65535, which is 2^16 - 1. 65535 is a weird number that would confuse some gamers, though, so the programmers decided to use a nice, round number for the maximum, 65000.
Oh and by the way, it's also why the maximum ID number in Pokémon is 65535.
See more information here:
http://en.wikipedia.org/wiki/65535
http://en.wikipedia.org/wiki/255_(number) 
			
					
				Re: Is this A glitch?
				Posted: Sat Mar 07, 2009 10:24 pm
				by andwhyisit
				SniperNightOwl wrote: my money caps out at 65000. It can't go any higher. Is this a glitch or normal? 
Seems that the amount of chiru is a two-byte value. I'm surprised it didn't cap off at 65535, lol.
EDIT: Whoops. I guess I missed Blaziken's post.