Documented the name stored in an egg's data.
The Japanese word for egg is stored in an egg's name field when it's created, but the name is not shown.
This commit is contained in:
+2
-2
@@ -201593,7 +201593,7 @@ sub_8070954: ; 8070954
|
||||
movs r1, 0x26
|
||||
add r2, sp, 0x10
|
||||
bl pokemon_setattr
|
||||
ldr r2, =gUnknown_0832B708
|
||||
ldr r2, =gEggName
|
||||
adds r0, r7, 0
|
||||
movs r1, 0x2
|
||||
bl pokemon_setattr
|
||||
@@ -201682,7 +201682,7 @@ sub_8070A0C: ; 8070A0C
|
||||
movs r1, 0x26
|
||||
add r2, sp, 0x10
|
||||
bl pokemon_setattr
|
||||
ldr r2, =gUnknown_0832B708
|
||||
ldr r2, =gEggName
|
||||
adds r0, r6, 0
|
||||
movs r1, 0x2
|
||||
bl pokemon_setattr
|
||||
|
||||
Reference in New Issue
Block a user