diff options
author | YamaArashi <shadow962@live.com> | 2016-01-23 14:10:49 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-23 14:10:49 -0800 |
commit | 3320e31b2ad70934a3ac1490221cb079e040488c (patch) | |
tree | e37e1461b33344d9b67e33cd889464f99123de45 /asm | |
parent | 301c67ea3a00259ec9308687443512d41bf6cd9c (diff) |
pokedex order and spinda spots
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom.s | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -127436,7 +127436,7 @@ _0803F7E0: lsrs r0, 16 b _0803F7FA .align 2 -_0803F7F0: .4byte gUnknown_081FC1E0 +_0803F7F0: .4byte gSpeciesToHoennPokedexNum _0803F7F4: .4byte 0x0000019b _0803F7F8: movs r0, 0 @@ -127480,7 +127480,7 @@ _0803F82C: lsrs r0, 16 b _0803F846 .align 2 -_0803F83C: .4byte gUnknown_081FC516 +_0803F83C: .4byte gSpeciesToNationalPokedexNum _0803F840: .4byte 0x0000019b _0803F844: movs r0, 0 @@ -127524,7 +127524,7 @@ _0803F878: lsrs r0, 16 b _0803F892 .align 2 -_0803F888: .4byte gUnknown_081FC84C +_0803F888: .4byte gHoennToNationalOrder _0803F88C: .4byte 0x0000019b _0803F890: movs r0, 0 @@ -127548,7 +127548,7 @@ SpeciesToNationalPokedexNum: ; 803F898 ldrh r0, [r1] b _0803F8B6 .align 2 -_0803F8B0: .4byte gUnknown_081FC516 +_0803F8B0: .4byte gSpeciesToNationalPokedexNum _0803F8B4: movs r0, 0 _0803F8B6: @@ -127570,7 +127570,7 @@ SpeciesToHoennPokedexNum: ; 803F8BC ldrh r0, [r1] b _0803F8DA .align 2 -_0803F8D4: .4byte gUnknown_081FC1E0 +_0803F8D4: .4byte gSpeciesToHoennPokedexNum _0803F8D8: movs r0, 0 _0803F8DA: @@ -127592,7 +127592,7 @@ HoennToNationalOrder: ; 803F8E0 ldrh r0, [r1] b _0803F8FE .align 2 -_0803F8F8: .4byte gUnknown_081FC84C +_0803F8F8: .4byte gHoennToNationalOrder _0803F8FC: movs r0, 0 _0803F8FE: @@ -127739,8 +127739,8 @@ _0803F9C6: b _0803FA22 .align 2 _0803FA04: .4byte gUnknown_081FAF4C -_0803FA08: .4byte gUnknown_081FCB84 -_0803FA0C: .4byte gUnknown_081FCB86 +_0803FA08: .4byte gSpindaSpotGraphics +_0803FA0C: .4byte gSpindaSpotGraphics + 0x2 _0803FA10: ldrb r1, [r2] movs r0, 0xF @@ -127888,8 +127888,8 @@ _0803FADC: adds r0, 0x40 b _0803FB36 .align 2 -_0803FB1C: .4byte gUnknown_081FCB84 -_0803FB20: .4byte gUnknown_081FCB86 +_0803FB1C: .4byte gSpindaSpotGraphics +_0803FB20: .4byte gSpindaSpotGraphics + 0x2 _0803FB24: ldrb r1, [r2] movs r0, 0xF |