diff options
author | YamaArashi <shadow962@live.com> | 2015-10-11 02:11:27 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-11 02:11:27 -0700 |
commit | 5f550963fa483b639e0913b737c3e31e4ad183fe (patch) | |
tree | 382c59a32f0c931a55e50075c747fdb1c2fe0b0e /data/text | |
parent | bc7f744daaa2cc97165e92ae228687bb2dd99ee3 (diff) |
nature names
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/nature_names.s | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/data/text/nature_names.s b/data/text/nature_names.s new file mode 100644 index 000000000..fa5647a8a --- /dev/null +++ b/data/text/nature_names.s @@ -0,0 +1,103 @@ +gHardyNatureName: ; 861CAAC + .charmapstr "HARDY$" + +gLonelyNatureName: ; 861CAB2 + .charmapstr "LONELY$" + +gBraveNatureName: ; 861CAB9 + .charmapstr "BRAVE$" + +gAdamantNatureName: ; 861CABF + .charmapstr "ADAMANT$" + +gNaughtyNatureName: ; 861CAC7 + .charmapstr "NAUGHTY$" + +gBoldNatureName: ; 861CACF + .charmapstr "BOLD$" + +gDocileNatureName: ; 861CAD4 + .charmapstr "DOCILE$" + +gRelaxedNatureName: ; 861CADB + .charmapstr "RELAXED$" + +gImpishNatureName: ; 861CAE3 + .charmapstr "IMPISH$" + +gLaxNatureName: ; 861CAEA + .charmapstr "LAX$" + +gTimidNatureName: ; 861CAEE + .charmapstr "TIMID$" + +gHastyNatureName: ; 861CAF4 + .charmapstr "HASTY$" + +gSeriousNatureName: ; 861CAFA + .charmapstr "SERIOUS$" + +gJollyNatureName: ; 861CB02 + .charmapstr "JOLLY$" + +gNaiveNatureName: ; 861CB08 + .charmapstr "NAIVE$" + +gModestNatureName: ; 861CB0E + .charmapstr "MODEST$" + +gMildNatureName: ; 861CB15 + .charmapstr "MILD$" + +gQuietNatureName: ; 861CB1A + .charmapstr "QUIET$" + +gBashfulNatureName: ; 861CB20 + .charmapstr "BASHFUL$" + +gRashNatureName: ; 861CB28 + .charmapstr "RASH$" + +gCalmNatureName: ; 861CB2D + .charmapstr "CALM$" + +gGentleNatureName: ; 861CB32 + .charmapstr "GENTLE$" + +gSassyNatureName: ; 861CB39 + .charmapstr "SASSY$" + +gCarefulNatureName: ; 861CB3F + .charmapstr "CAREFUL$" + +gQuirkyNatureName: ; 861CB47 + .charmapstr "QUIRKY$" + + .align 2, 0 + +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 |