Continue documentation and cleanup of pokemon_summary_screen

This commit is contained in:
Diegoisawesome
2018-08-15 11:47:10 -07:00
parent 0bc975bf57
commit ac3f4fd994
4 changed files with 127 additions and 215 deletions

View File

@@ -1,102 +0,0 @@
gHardyNatureName:: @ 861CAAC
.string "HARDY$"
gLonelyNatureName:: @ 861CAB2
.string "LONELY$"
gBraveNatureName:: @ 861CAB9
.string "BRAVE$"
gAdamantNatureName:: @ 861CABF
.string "ADAMANT$"
gNaughtyNatureName:: @ 861CAC7
.string "NAUGHTY$"
gBoldNatureName:: @ 861CACF
.string "BOLD$"
gDocileNatureName:: @ 861CAD4
.string "DOCILE$"
gRelaxedNatureName:: @ 861CADB
.string "RELAXED$"
gImpishNatureName:: @ 861CAE3
.string "IMPISH$"
gLaxNatureName:: @ 861CAEA
.string "LAX$"
gTimidNatureName:: @ 861CAEE
.string "TIMID$"
gHastyNatureName:: @ 861CAF4
.string "HASTY$"
gSeriousNatureName:: @ 861CAFA
.string "SERIOUS$"
gJollyNatureName:: @ 861CB02
.string "JOLLY$"
gNaiveNatureName:: @ 861CB08
.string "NAIVE$"
gModestNatureName:: @ 861CB0E
.string "MODEST$"
gMildNatureName:: @ 861CB15
.string "MILD$"
gQuietNatureName:: @ 861CB1A
.string "QUIET$"
gBashfulNatureName:: @ 861CB20
.string "BASHFUL$"
gRashNatureName:: @ 861CB28
.string "RASH$"
gCalmNatureName:: @ 861CB2D
.string "CALM$"
gGentleNatureName:: @ 861CB32
.string "GENTLE$"
gSassyNatureName:: @ 861CB39
.string "SASSY$"
gCarefulNatureName:: @ 861CB3F
.string "CAREFUL$"
gQuirkyNatureName:: @ 861CB47
.string "QUIRKY$"
.align 2
gNatureNamePointers:: @ 861CB50
.4byte gHardyNatureName
.4byte gLonelyNatureName
.4byte gBraveNatureName
.4byte gAdamantNatureName
.4byte gNaughtyNatureName
.4byte gBoldNatureName
.4byte gDocileNatureName
.4byte gRelaxedNatureName
.4byte gImpishNatureName
.4byte gLaxNatureName
.4byte gTimidNatureName
.4byte gHastyNatureName
.4byte gSeriousNatureName
.4byte gJollyNatureName
.4byte gNaiveNatureName
.4byte gModestNatureName
.4byte gMildNatureName
.4byte gQuietNatureName
.4byte gBashfulNatureName
.4byte gRashNatureName
.4byte gCalmNatureName
.4byte gGentleNatureName
.4byte gSassyNatureName
.4byte gCarefulNatureName
.4byte gQuirkyNatureName