Recent content by Th3Element05

  1. T

    [SOLVED] Additional SPRITE_* added to map always appears as player character.

    I found what I was missing. \data\maps\outdoor_sprites.asm The sprites that were not showing properly were not defined in the list of sprites for that map group.
  2. T

    [SOLVED] Additional SPRITE_* added to map always appears as player character.

    I have no idea why the SPRITE_OAK I've added to PalletTown.asm is showing up as the player character I've added cont PALLETTOWN_OAK at the top. object_const_def const PALLETTOWN_TEACHER const PALLETTOWN_FISHER const PALLETTOWN_OAK And I've added an object_event SPRITE_OAK at...
Back
Top