mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
naming/renaming some field object functions
This commit is contained in:
parent
47cae7f740
commit
54c7ef9fc6
5314
asm/emerald.s
5314
asm/emerald.s
File diff suppressed because it is too large
Load Diff
@ -4031,7 +4031,7 @@ ResetObjectPaletteAllocator: ; 800870C
|
||||
thumb_func_end ResetObjectPaletteAllocator
|
||||
|
||||
thumb_func_start LoadTaggedObjectPalette
|
||||
; u8 LoadTaggedObjectPalette(struct ObjectPaletteInfo *palette)
|
||||
; u8 LoadTaggedObjectPalette(struct TaggedObjectPalette *palette)
|
||||
LoadTaggedObjectPalette: ; 8008744
|
||||
push {r4,r5,lr}
|
||||
adds r5, r0, 0
|
||||
@ -4070,7 +4070,7 @@ LoadTaggedObjectPalette: ; 8008744
|
||||
thumb_func_end LoadTaggedObjectPalette
|
||||
|
||||
thumb_func_start LoadTaggedObjectPalettes
|
||||
; void LoadTaggedObjectPalettes(struct ObjectPaletteInfo *palettes)
|
||||
; void LoadTaggedObjectPalettes(struct TaggedObjectPalette *palettes)
|
||||
LoadTaggedObjectPalettes: ; 8008790
|
||||
push {r4,r5,lr}
|
||||
adds r5, r0, 0
|
||||
|
@ -220,7 +220,7 @@ gEventScriptCommandFunctionTable: ; 81DB67C
|
||||
.4byte sub_809BBE8
|
||||
.4byte sub_809BBFC
|
||||
.4byte sub_809AF94
|
||||
.4byte s78_braille_msgbox
|
||||
.4byte sub_809AC3C
|
||||
.4byte sub_8099D20
|
||||
.4byte sub_809BDD0
|
||||
.4byte sub_809BE0C
|
||||
|
Loading…
Reference in New Issue
Block a user