mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
egg moves
This commit is contained in:
parent
b3f965dc84
commit
79f2988694
@ -200855,7 +200855,7 @@ pokemon_get_eggmoves: ; 80703C8
|
||||
lsls r0, 16
|
||||
lsrs r3, r0, 16
|
||||
movs r2, 0
|
||||
ldr r5, =gUnknown_0832ADD8
|
||||
ldr r5, =gEggMoves
|
||||
ldrh r1, [r5]
|
||||
ldr r7, =0x00004e20
|
||||
adds r0, r3, r7
|
||||
@ -200870,7 +200870,7 @@ pokemon_get_eggmoves: ; 80703C8
|
||||
lsls r0, 16
|
||||
lsrs r2, r0, 16
|
||||
ldr r0, =0x00000471
|
||||
ldr r5, =gUnknown_0832ADD8
|
||||
ldr r5, =gEggMoves
|
||||
cmp r2, r0
|
||||
bhi @0807041A
|
||||
lsls r0, r2, 1
|
||||
|
@ -104,3 +104,7 @@
|
||||
.macro empty_evo_entries count
|
||||
.fill 8 * \count, 1, 0
|
||||
.endm
|
||||
|
||||
.macro egg_moves_begin species
|
||||
.2byte 20000 + \species
|
||||
.endm
|
||||
|
@ -1754,8 +1754,10 @@ gUnknown_0832A3C0: ; 832A3C0
|
||||
gUnknown_0832A3D8: ; 832A3D8
|
||||
.incbin "base_emerald.gba", 0x32a3d8, 0xa00
|
||||
|
||||
gUnknown_0832ADD8: ; 832ADD8
|
||||
.incbin "base_emerald.gba", 0x32add8, 0x8e8
|
||||
; 832ADD8
|
||||
.include "data/egg_moves.s"
|
||||
|
||||
.align 2, 0
|
||||
|
||||
gUnknown_0832B6C0: ; 832B6C0
|
||||
.incbin "base_emerald.gba", 0x32b6c0, 0x20
|
||||
|
1307
data/egg_moves.s
Normal file
1307
data/egg_moves.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user