Fix TM item icons using memories
11248
public/images/items.json
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 396 B |
After Width: | Height: | Size: 411 B |
After Width: | Height: | Size: 378 B |
After Width: | Height: | Size: 397 B |
After Width: | Height: | Size: 386 B |
After Width: | Height: | Size: 391 B |
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 381 B |
After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 385 B |
After Width: | Height: | Size: 383 B |
After Width: | Height: | Size: 375 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 385 B |
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 383 B |
After Width: | Height: | Size: 387 B |
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;
|
||||
|
|