Fix TM item icons using memories
11248
public/images/items.json
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
BIN
public/images/items/memory_bug.png
Normal file
After Width: | Height: | Size: 396 B |
BIN
public/images/items/memory_dark.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
public/images/items/memory_dragon.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
public/images/items/memory_electric.png
Normal file
After Width: | Height: | Size: 397 B |
BIN
public/images/items/memory_fairy.png
Normal file
After Width: | Height: | Size: 386 B |
BIN
public/images/items/memory_fighting.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
public/images/items/memory_fire.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
public/images/items/memory_flying.png
Normal file
After Width: | Height: | Size: 381 B |
BIN
public/images/items/memory_ghost.png
Normal file
After Width: | Height: | Size: 393 B |
BIN
public/images/items/memory_grass.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
public/images/items/memory_ground.png
Normal file
After Width: | Height: | Size: 383 B |
BIN
public/images/items/memory_ice.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
public/images/items/memory_normal.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
public/images/items/memory_poison.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
public/images/items/memory_psychic.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
public/images/items/memory_rock.png
Normal file
After Width: | Height: | Size: 383 B |
BIN
public/images/items/memory_steel.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
public/images/items/memory_water.png
Normal file
After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 353 B |
@ -267,7 +267,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
|
||||
ui.showText('Spend money to reroll your item options');
|
||||
} else {
|
||||
this.cursorObj.setPosition((this.scene.game.canvas.width / 6) - 50, -60);
|
||||
ui.showText('Transfer a held item from one Pokémon to another instead of selecting an item');
|
||||
ui.showText('Transfer a held item from one Pokémon to another');
|
||||
}
|
||||
|
||||
return ret;
|
||||
|