User talk:MrMissingNo74: Difference between revisions

From Glitch City Wiki
Latest comment: 9 months ago by CytricAcid in topic You have been Blocked.
Jump to navigation Jump to search
Content added Content deleted
No edit summary
Tags: Mobile edit Mobile web edit New topic
 
(7 intermediate revisions by one other user not shown)
Line 20: Line 20:
| testing TMs part 4 (F1 to FA) || 0A F1 05 F2 05 F3 05 F4 05 F5 05 F6 05 F7 05 F8 05 F9 05 FA 05 FF || gives you a total of ten TMs ranging from TM41 to TM50, with five of each
| testing TMs part 4 (F1 to FA) || 0A F1 05 F2 05 F3 05 F4 05 F5 05 F6 05 F7 05 F8 05 F9 05 FA 05 FF || gives you a total of ten TMs ranging from TM41 to TM50, with five of each
|-
|-
| testing evolutions || 03 28 64 28 64 28 64 FF
| testing evolutions || 03 28 64 28 64 28 64 FF || gives you three stacks of 99 rare candies
|}
|}

== my memory editor using eight glitch items, with a total of 19 items ==

the glitch items in question have the index numbers (hex) 59, 5C, 62, 64, 68, 6B, 6F, and 76. there are a total of 19 items. this is for Red and Blue only, I will do my research for an equivalent in Pokémon Yellow.

how I set it up:

ITEMS:

# 0x6B, any
# 0x6F, any
# 0x76, any
# 0x59, any
# 0x5C, any
# 0x62, any
# 0x64, any
# 0x71, any

don't forget to put the necessary (C3 ?? D3) code at their effect pointers!

my listed "functions" are:

* set HL to A (for item 9)
* increase A (for item 10)
* decrease A (for item 11)
* increase H (for item 12)
* decrease H (for item 13)
* increase L (for item 14)
* decrease L (for item 15)
* reset HL and A (for items 16 to 19)

items 9 to 19:

* item 0x77, x201
* Fresh Water, x201
* Soda Pop, x201
* Protein, x201
* Iron, x201
* ?????, x201
* Bike Voucher, x201
* Carbos, x205/56
* X-Accuracy, x205/56
* Lemonade, x0
* item 0x00, x201

will it work? I don't know how HL stores an address?

anyway the ASM instructions are as follows:
* CD35 --> D32E: ld (hl), a '''ret'''
* CDD1 --> D330: inc a '''ret'''
* CD0F --> D332: dec a '''ret'''
* DA65 (FA65) --> D334: inc h '''ret'''
* DA0F (FA0F) --> D336: dec h '''ret'''
* CA14 --> D338: inc l '''ret'''
* CAAF (EAAF) --> D33A: dec l '''ret'''
* C821 (E821) --> D33C: ld h,$cd ld l,$38 ld a,$00 nop '''ret'''

sorry I meant to use item 0x71 instead of item 0x68.

hysterically large count of cheats are:
01131DD3
016B1ED3
01811FD3
016F20D3
018121D3
017622D3
018123D3
015924D3
018125D3
015C26D3
018127D3
016228D3
018129D3
01642AD3
01812BD3
01712CD3
01812DD3
01772ED3
01C92FD3
013C30D3
01C931D3
013D32D3
01C933D3
012434D3
01C935D3
012536D3
01C937D3
012C38D3
01C939D3
012D3AD3
01C93BD3
012E3CD3
01CD3DD3
013E3ED3
01003FD3
010040D3
01C941D3
01FF42D3

sorry it does not work most of the first eight items freeze the game with a bar freeze. fun fact bar freezes give me a heart attack and could potentially kill me in real life.

[[User:MrMissingNo74|MrMissingNo74]] ([[User talk:MrMissingNo74|talk]]) 22:24, 1 June 2023 (UTC)

== You have been Blocked. ==

Mr. Missingno., using your alt accounts to get around a block is not appropriate. We previously agreed that if you wanted to continue to contribute to the wiki, you'd have to go through the wiki channel on the discord first. As you have broken this agreement, as well as continuing to use your alt accounts I didn't catch to get around your block, I unfortunately have to block these accounts as well.

Again, if you wish to contribute to the wiki, I ask you suggest changes on our discord and we can go from there. [[User:CytricAcid|CytricAcid]] ([[User talk:CytricAcid|talk]]) 21:29, 25 July 2023 (UTC)

Latest revision as of 21:29, 25 July 2023

this is my talk page

how to test every glitch Pokémon

this is how to garner information on every glitch Pokémon.

All subjects and the bytes needed
Subject Bytes needed (at D31D) what it actually does
testing HMs 05 C4 01 C5 01 C6 01 C7 01 C8 01 FF gives you every HM
testing TMs part 1 (C9 to D2) 0A C9 05 CA 05 CB 05 CC 05 CD 05 CE 05 CF 05 D0 05 D1 05 D2 05 FF gives you a total of ten TMs ranging from TM01 to TM10, with five of each
testing TMs part 2 (D3 to DC) 0A D3 05 D4 05 D5 05 D6 05 D7 05 D8 05 D9 05 DA 05 DB 05 DC 05 FF gives you a total of ten TMs ranging from TM11 to TM20, with five of each
testing TMs part 3 (DD to E6) 0A DD 05 DE 05 DF 05 E0 05 E1 05 E2 05 E3 05 E4 05 E5 05 E6 05 FF gives you a total of ten TMs ranging from TM21 to TM30, with five of each
testing TMs part 4 (E7 to F0) 0A E7 05 E8 05 E9 05 EA 05 EB 05 EC 05 ED 05 EE 05 EF 05 F0 05 FF gives you a total of ten TMs ranging from TM31 to TM40, with five of each
testing TMs part 4 (F1 to FA) 0A F1 05 F2 05 F3 05 F4 05 F5 05 F6 05 F7 05 F8 05 F9 05 FA 05 FF gives you a total of ten TMs ranging from TM41 to TM50, with five of each
testing evolutions 03 28 64 28 64 28 64 FF gives you three stacks of 99 rare candies

my memory editor using eight glitch items, with a total of 19 items

the glitch items in question have the index numbers (hex) 59, 5C, 62, 64, 68, 6B, 6F, and 76. there are a total of 19 items. this is for Red and Blue only, I will do my research for an equivalent in Pokémon Yellow.

how I set it up:

ITEMS:

  1. 0x6B, any
  2. 0x6F, any
  3. 0x76, any
  4. 0x59, any
  5. 0x5C, any
  6. 0x62, any
  7. 0x64, any
  8. 0x71, any

don't forget to put the necessary (C3 ?? D3) code at their effect pointers!

my listed "functions" are:

  • set HL to A (for item 9)
  • increase A (for item 10)
  • decrease A (for item 11)
  • increase H (for item 12)
  • decrease H (for item 13)
  • increase L (for item 14)
  • decrease L (for item 15)
  • reset HL and A (for items 16 to 19)

items 9 to 19:

  • item 0x77, x201
  • Fresh Water, x201
  • Soda Pop, x201
  • Protein, x201
  • Iron, x201
  • ?????, x201
  • Bike Voucher, x201
  • Carbos, x205/56
  • X-Accuracy, x205/56
  • Lemonade, x0
  • item 0x00, x201

will it work? I don't know how HL stores an address?

anyway the ASM instructions are as follows:

  • CD35 --> D32E: ld (hl), a ret
  • CDD1 --> D330: inc a ret
  • CD0F --> D332: dec a ret
  • DA65 (FA65) --> D334: inc h ret
  • DA0F (FA0F) --> D336: dec h ret
  • CA14 --> D338: inc l ret
  • CAAF (EAAF) --> D33A: dec l ret
  • C821 (E821) --> D33C: ld h,$cd ld l,$38 ld a,$00 nop ret

sorry I meant to use item 0x71 instead of item 0x68.

hysterically large count of cheats are: 01131DD3 016B1ED3 01811FD3 016F20D3 018121D3 017622D3 018123D3 015924D3 018125D3 015C26D3 018127D3 016228D3 018129D3 01642AD3 01812BD3 01712CD3 01812DD3 01772ED3 01C92FD3 013C30D3 01C931D3 013D32D3 01C933D3 012434D3 01C935D3 012536D3 01C937D3 012C38D3 01C939D3 012D3AD3 01C93BD3 012E3CD3 01CD3DD3 013E3ED3 01003FD3 010040D3 01C941D3 01FF42D3

sorry it does not work most of the first eight items freeze the game with a bar freeze. fun fact bar freezes give me a heart attack and could potentially kill me in real life.

MrMissingNo74 (talk) 22:24, 1 June 2023 (UTC)Reply[reply]

You have been Blocked.

Mr. Missingno., using your alt accounts to get around a block is not appropriate. We previously agreed that if you wanted to continue to contribute to the wiki, you'd have to go through the wiki channel on the discord first. As you have broken this agreement, as well as continuing to use your alt accounts I didn't catch to get around your block, I unfortunately have to block these accounts as well.

Again, if you wish to contribute to the wiki, I ask you suggest changes on our discord and we can go from there. CytricAcid (talk) 21:29, 25 July 2023 (UTC)Reply[reply]