From 065a722ad1c0953e84939ba33325ab98888e3b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 5 Jul 2020 22:29:48 +0200 Subject: [PATCH] savestate: Reorganize comments in pokemon struct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- savestate/src/species.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/savestate/src/species.rs b/savestate/src/species.rs index 96c8089..5d69350 100644 --- a/savestate/src/species.rs +++ b/savestate/src/species.rs @@ -623,10 +623,9 @@ mod tests { // Species id 0x26, // Current HP 0x0, 0x2c, // 44 - // Level ?! + 0x0, // Level ?! 0x0, // Status condition - 0x0, // Pokémon types - 0x18, 0x18, // Psychic + 0x18, 0x18, // Pokémon types: Psychic // Catch rate 0xc8, // 200 // Index of Moves 1, 2, 3, 4