From 6787dbadf92901a0e1274084efe020c135b39b78 Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Fri, 7 Jan 2022 14:30:22 +0100 Subject: [PATCH] RAPIDASH weight fix --- src/data/pokemon/pokedex_entries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pokemon/pokedex_entries.h b/src/data/pokemon/pokedex_entries.h index 329e647ead..6d9855ab26 100644 --- a/src/data/pokemon/pokedex_entries.h +++ b/src/data/pokemon/pokedex_entries.h @@ -11291,7 +11291,7 @@ const struct PokedexEntryForms gPokedexEntriesForms[] = { .categoryName = _("Unique Horn"), .height = 17, - .weight = 80, + .weight = 800, .description = gRapidashGalarianPokedexText, .flags = FLAG_FORM_DESCRIPTION | FLAG_FORM_WEIGHT_HEIGHT | FLAG_FORM_CATEGORY, },