Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Arbitrary Code Execution Discussion

"Alternate Catch 'em All" question - Page 1

"Alternate Catch 'em All" question

Posted by: metalmario32
Date: 2018-08-11 19:06:53
ALTERNATE CATCH 'EM ALL ASM


WRA1:D322 1E 20            ld  e,[SpeciesIndex]
WRA1:D324 43              ld  b,e
WRA1:D325 0E 02            ld  c,02
WRA1:D327 40              ld  b,b
WRA1:D328 CD 48 3E        call 3E48
WRA1:D32B C9              ret


What is the Yellow equivalent of 3E48 in Red/Blue for alternate Catch 'em All?

Re: "Alternate Catch 'em All" question

Posted by: Torchickens
Date: 2018-08-12 04:53:40

ALTERNATE CATCH 'EM ALL ASM


WRA1:D322 1E 20            ld  e,[SpeciesIndex]
WRA1:D324 43              ld  b,e
WRA1:D325 0E 02            ld  c,02
WRA1:D327 40              ld  b,b
WRA1:D328 CD 48 3E        call 3E48
WRA1:D32B C9              ret


What is the Yellow equivalent of 3E48 in Red/Blue for alternate Catch 'em All?


3E59 I think. The address in question is called GivePokemon in the disassembly.

Here are some text files of many address locations in Blue, Yellow:
https://sites.google.com/site/torchickens2/sym-files

Re: "Alternate Catch 'em All" question

Posted by: metalmario32
Date: 2018-08-12 14:43:35


ALTERNATE CATCH 'EM ALL ASM


WRA1:D322 1E 20            ld  e,[SpeciesIndex]
WRA1:D324 43              ld  b,e
WRA1:D325 0E 02            ld  c,02
WRA1:D327 40              ld  b,b
WRA1:D328 CD 48 3E        call 3E48
WRA1:D32B C9              ret


What is the Yellow equivalent of 3E48 in Red/Blue for alternate Catch 'em All?


3E59 I think. The address in question is called GivePokemon in the disassembly.

Here are some text files of many address locations in Blue, Yellow:
https://sites.google.com/site/torchickens2/sym-files


Thank you so much! Sorry if I've been asking so many questions lately :P

Re: "Alternate Catch 'em All" question

Posted by: Torchickens
Date: 2018-08-12 14:47:15
Pleasure! That's all right.  :)