diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-21 23:00:49 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-22 10:39:42 -0600 |
commit | cb77386b65b0a78c16ccd2dfd3d329aaf502ac2e (patch) | |
tree | 6881e5f75a82737f99bd148e383f8fdd488ddcac /data/data_80F4278.s | |
parent | 10cda4ba81fc769083af75892aa45ff121653d7e (diff) |
more headway on Pokemon funcs and labeled in asm
Diffstat (limited to 'data/data_80F4278.s')
-rw-r--r-- | data/data_80F4278.s | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/data_80F4278.s b/data/data_80F4278.s index dfb43b9..f00c9fc 100644 --- a/data/data_80F4278.s +++ b/data/data_80F4278.s @@ -8097,7 +8097,7 @@ gUnknown_810A390: @ 810A390 .incbin "baserom.gba", 0x10A390, 0x60 .global gUnknown_810A3F0 -gUnknown_810A3F0: @ 810A3F0 +gUnknown_810A3F0: @ 810A3F0 (money related according to PMDe) .incbin "baserom.gba", 0x10A3F0, 0x190 .global gUnknown_810A580 @@ -8517,9 +8517,13 @@ gUnknown_810ACC0: @ 810ACC0 .byte 0x00, 0x00, 0x01, 0x00 .byte 0x00, 0x00, 0x00, 0x00 - .global gUnknown_810AD0C -gUnknown_810AD0C: @ 810AD0C - .byte 0x89, 0x00, 0x01, 0x00 + .global gExclusivePokemon +gExclusivePokemon: @ 810AD0C + @ Format: + @ Pokemon ID: 2 bytes + @ RRT: 1 byte (bool) + @ BRT: 1 byte (bool) + .byte 0x89, 0x00, 0x01, 0x00 @ Porygon (only in RRT) .byte 0x02, 0x01, 0x00, 0x01 .byte 0x81, 0x00, 0x00, 0x01 .byte 0x82, 0x00, 0x00, 0x01 |