- 31
- Posts
- 4
- Years
- Seen Oct 7, 2023
After trying to build my rom, I got this error in src/data/pokemon/tmhm_learnsets.h (pokeemerald) on the first line for each pokemon. Prior to to this, I added 10 more TMs to the game (might have something to do with it), and now whenever I try to make the game, I just get a bunch of 'warning: left shift count >= width of type' errors. The first error is on line 11 which reads ' [SPECIES_BULBASAUR] = TMHM_LEARNSET(TMHM(TM06_TOXIC)' the error repeats 3 more times for line 11, and it repeats for the first TM of each pokemon. I attached a screenshot of Bulbasaur's first few moves and the first couple errors (again the error repeated a lot more).