diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2025-08-17 09:58:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 09:58:09 -0400 |
| commit | 5e8b835ba3db49eed6461d47492499d938c49158 (patch) | |
| tree | 627a831c8d29bbf9446ec7aa1012176ca396d63a /engine | |
| parent | Use `<STAT>_UP1_EFFECT` constants (#522) (diff) | |
| download | pokeyellow-5e8b835ba3db49eed6461d47492499d938c49158.tar.gz pokeyellow-5e8b835ba3db49eed6461d47492499d938c49158.tar.xz pokeyellow-5e8b835ba3db49eed6461d47492499d938c49158.zip | |
Use `dname` macro to automatically pad names with `"@"` characters (#525)
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/events/in_game_trades.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/in_game_trades.asm b/engine/events/in_game_trades.asm index f69b829f..4c6041b0 100644 --- a/engine/events/in_game_trades.asm +++ b/engine/events/in_game_trades.asm @@ -240,7 +240,7 @@ InGameTrade_GetReceivedMonPointer: ret InGameTrade_TrainerString: - db "<TRAINER>@@@@@@@@@@" + dname "<TRAINER>", NAME_LENGTH InGameTradeTextPointers: ; entries correspond to TRADE_DIALOGSET_* constants |
