Jump to content

Invisible PCs: Difference between revisions

m
Text replacement - "http://forums.glitchcity.info" to "https://forums.glitchcity.info"
>Torchickens
No edit summary
m (Text replacement - "http://forums.glitchcity.info" to "https://forums.glitchcity.info")
 
(10 intermediate revisions by 4 users not shown)
Line 1:
{{MinorMisc R/B/Y}}
{{Bulbapedia2|List_of_glitches_in_Generation_I#Invisible_PC_access}}
{{PRAMA|glitches-mineurs-rbj#PC}}
 
'''Invisible PCs''' are usable PCs with no graphics associated with them. They appear in {{RB}} and were removed in {{Y}}.
Line 18 ⟶ 20:
 
==Safari Zone rest house invisible PCs==
Safari Zone rest houses 2, 3 and 4 have invisible PCs in the same coordinates as the Celadon Hotel invisible PC, but they are actually out of bounds and can only be accessed through cheating or [[arbitrary code execution]]. ([https://www.youtube.com/watch?v=bGN01mU5as0 Video)]
 
These invisible PCs were documented by Stag019.
Line 27 ⟶ 29:
1) When entering a door, set the memory address D35E to DF (rest house 2), E0 (rest house 3) or E1 (rest house 4). This can be done with the GameShark code 01xx5ED3 where xx is one of the aforementioned values.
 
Do not enteractivate the code before entering the door or the game may freeze.
 
2) Face north and set memory addresses D361-D364 to 04, 0D, 00, 01. This can also be done with the codes 010461D3, 010D62D3, 010063D3, 010164D3.
Line 42 ⟶ 44:
File:RB rest house 4.png|Rest house 4 (map E1), in area 2.
</gallery>
 
This [http://bulbapedia.bulbagarden.net/wiki/Kanto_Safari_Zone#Layout gallery on Bulbapedia] is useful for making your way around the Safari Zone.
 
====8F method====
The code described below requires the player to go to one of the rest houses shown above, face up, and then use 8F with an appropriate payload.
 
After using it, the player's coordinates will be altered and all they have to do is press A to use the code. This code will leave the player trapped in the rest house and no exit may be accessible, however, running out of time in the Safari Zone will allow the player to escape.
 
To be safe, using 8F on the bottom left chair of any of the rest houses will ensure that the player is unable to step on a 'freeze tile'; a tile that loads map 255 that is located at a map boundary.
 
<gallery position="center" widths="160" heights="144">
File:8F rest house 2.png|Safe rest house 2 location.
File:8F rest house 3.png|Safe rest house 3 location.
File:8F rest house 4.png|Safe rest house 4 location.
</gallery>
 
The player can use 8F in another location within the rest house, but they have to be careful not to cause a freeze. Not walking too far away from where the player used 8F will ensure safety.
 
This code is for [https://archives.glitchcity.info/forums/board-115/thread-6638/page-7.html#msg194471 pigdevil2010]'s or [https://forums.glitchcity.info/index.php?topic=6638.0 TheZZAZZGlitch]'s 8F payloads.
 
As such, the code is spelled out from item 3.
 
=====Items list=====
 
{| border="1"
!Position
!Item
!Quantity
|-
|3
|Lemonade
|×4
|-
|4
|Carbos
|×211
|-
|5
|X Accuracy
|×97
|-
|6
|Water Stone
|×62
|-
|7
|Ice Heal
|×34
|-
|8
|Lemonade
|×1
|-
|9
|Soda Pop
|×34
|-
|10
|Fresh Water
|×34
|-
|11
|TM01
|×ANYTHING
|}
 
=====ASM=====
 
{| border="1"
!Identifiers
!ASM
|-
|3E 04
|ld a, 04
|-
|26 D3
|ld h, D3
|-
|2E 61
|ld l, 61
|-
|22
|ldi [hl],a
|-
|3E 0D
|ld a,0D
|-
|22
|ldi [hl],a
|-
|3E 01
|ld a,01
|-
|3D
|dec a
|-
|22
|ldi [hl],a
|-
|3C
|inc a
|-
|22
|ldi [hl],a
|-
|C9
|ret
|}
 
[[Category:Generation I glitches]]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.