From f58f1d7ea7d4c86ca90fc7ca072128aec9b15edf Mon Sep 17 00:00:00 2001 From: "Brandon M. M. Green" Date: Tue, 7 Jul 2026 02:25:10 +0000 Subject: [PATCH] Implemented Phase 4 --- wla/data/types/names_reconcile.asm | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/wla/data/types/names_reconcile.asm b/wla/data/types/names_reconcile.asm index e34a277fc..1c9948778 100644 --- a/wla/data/types/names_reconcile.asm +++ b/wla/data/types/names_reconcile.asm @@ -32,19 +32,19 @@ TypeNames: .DW .Ice .DW .Dragon -.Normal: db "NORMAL@" -.Fighting: db "FIGHTING@" -.Flying: db "FLYING@" -.Poison: db "POISON@" -.Ground: db "GROUND@" -.Rock: db "ROCK@" -.Bird: db "BIRD@" -.Bug: db "BUG@" -.Ghost: db "GHOST@" -.Fire: db "FIRE@" -.Water: db "WATER@" -.Grass: db "GRASS@" -.Electric: db "ELECTRIC@" -.Psychic: db "PSYCHIC@" -.Ice: db "ICE@" -.Dragon: db "DRAGON@" +.Normal: .DB "NORMAL@" +.Fighting: .DB "FIGHTING@" +.Flying: .DB "FLYING@" +.Poison: .DB "POISON@" +.Ground: .DB "GROUND@" +.Rock: .DB "ROCK@" +.Bird: .DB "BIRD@" +.Bug: .DB "BUG@" +.Ghost: .DB "GHOST@" +.Fire: .DB "FIRE@" +.Water: .DB "WATER@" +.Grass: .DB "GRASS@" +.Electric: .DB "ELECTRIC@" +.Psychic: .DB "PSYCHIC@" +.Ice: .DB "ICE@" +.Dragon: .DB "DRAGON@"